aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 44241f1..138058b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,10 +45,10 @@ GRECS_SETUP(grecs, [tests getopt git2chg all-parsers syntax-doc])
GINT_INIT([gint], [1.8 with-guile], [use_guile=yes], [use_guile=no])
AM_CONDITIONAL([CFPEEK_COND_GUILE],[test $use_guile = yes])
-dnl # Initialize the test suite.
-dnl AC_CONFIG_TESTDIR(tests)
-dnl AC_CONFIG_FILES([tests/Makefile tests/atlocal])
-dnl AM_MISSING_PROG([AUTOM4TE], [autom4te])
+# Initialize the test suite.
+AC_CONFIG_TESTDIR(tests)
+AC_CONFIG_FILES([tests/Makefile tests/atlocal])
+AM_MISSING_PROG([AUTOM4TE], [autom4te])
AC_CONFIG_FILES([Makefile
gint/Makefile

Return to:

Send suggestions and report system problems to the System administrator.