aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-03-19 14:58:27 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-03-19 16:30:41 +0200
commitd6102982ae0e69a2c75cd2a499ba3909516cc0ae (patch)
tree054f8a27dc1eb92497d9bb357f2cde7f0d823fac /configure.ac
parent60b43ae490f52a783a34c8d77baaa695f7c32f01 (diff)
downloadpies-d6102982ae0e69a2c75cd2a499ba3909516cc0ae.tar.gz
pies-d6102982ae0e69a2c75cd2a499ba3909516cc0ae.tar.bz2
Add testsute
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 78702b4..6ee1084 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,6 +142,11 @@ AC_ARG_VAR([EMERGENCY_SHELL],[Filename of the emergency shell])
142 142
143IMPRIMATUR_INIT 143IMPRIMATUR_INIT
144 144
145# Initialize the test suite.
146AC_CONFIG_TESTDIR(tests)
147AC_CONFIG_FILES([tests/Makefile tests/atlocal])
148AM_MISSING_PROG([AUTOM4TE], [autom4te])
149
145AC_CONFIG_FILES([Makefile 150AC_CONFIG_FILES([Makefile
146 gnu/Makefile 151 gnu/Makefile
147 lib/Makefile 152 lib/Makefile

Return to:

Send suggestions and report system problems to the System administrator.