aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-27 13:11:33 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-27 13:11:33 +0300
commita8f94d2f6c840d44cc389f4fd00eec5b7fc3a79f (patch)
treef76014da9c68f59ebc7d05437529155507999773 /Makefile.am
parenta7e344ee831c2199751756b6addf8a5cb4450f29 (diff)
downloadcfpeek-a8f94d2f6c840d44cc389f4fd00eec5b7fc3a79f.tar.gz
cfpeek-a8f94d2f6c840d44cc389f4fd00eec5b7fc3a79f.tar.bz2
Add testsuite
* Makefile.am (SUBDIRS): Add tests. * configure.ac: Initialize test framework. * src/cmdline.opt: Print information about Guile and Grecs versions along with normal --version output. * src/Makefile.am (INCLUDES): Add $(top_srcdir), needed to locate gitid.h (MAINTAINERCLEANFILES): New variable. * tests: New directory. * tests/.gitignore: New file. * tests/Makefile.am: New file. * tests/atlocal.in: New file. * tests/gmatch.at: New file. * tests/guile-itr.at: New file. * tests/guile-list.at: New file. * tests/guile-list2.at: New file. * tests/list.at: New file. * tests/literal.at: New file. * tests/locus.at: New file. * tests/lookupfail.at: New file. * tests/parent.at: New file. * tests/path.at: New file. * tests/smatch.at: New file. * tests/testsuite.at: New file. * tests/up.at: New file. * tests/value.at: New file. * tests/version.at: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cdc0c53..dab4333 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,3 +18,3 @@ ACLOCAL_AMFLAGS = -I grecs/am -I gint
-SUBDIRS = grecs gint src doc
+SUBDIRS = grecs gint src doc tests

Return to:

Send suggestions and report system problems to the System administrator.