aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-02 11:24:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-02 11:24:07 +0000
commitc17f57c42898b887949c61d9b384fa5a6aa2518a (patch)
tree8206d215dd848ebecca4f1832cca5ee4999f6750 /configure.ac
parent44a6e9adbbf90b59e8fd32f236dce2fde2fc6a6e (diff)
downloadgdbm-c17f57c42898b887949c61d9b384fa5a6aa2518a.tar.gz
gdbm-c17f57c42898b887949c61d9b384fa5a6aa2518a.tar.bz2
Add tests.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 97a8de0..067d2e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,5 +93,15 @@ AC_SUBST(GDBM183_LIBDIR)
AC_SUBST(GDBM183_INCLUDEDIR)
AM_CONDITIONAL([COMPAT_OPT], [test "$want_compat" = yes])
AM_CONDITIONAL([ENABLE_EXPORT], [test "$want_export" = yes])
-AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile compat/Makefile export/Makefile])
+
+# Initialize the test suite.
+AC_CONFIG_TESTDIR(tests)
+AC_CONFIG_FILES([tests/Makefile tests/atlocal])
+AM_MISSING_PROG([AUTOM4TE], [autom4te])
+
+AC_CONFIG_FILES([Makefile
+ src/Makefile
+ doc/Makefile
+ compat/Makefile
+ export/Makefile])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.