From d6102982ae0e69a2c75cd2a499ba3909516cc0ae Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 19 Mar 2016 14:58:27 +0200 Subject: Add testsute --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') 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]) IMPRIMATUR_INIT +# Initialize the test suite. +AC_CONFIG_TESTDIR(tests) +AC_CONFIG_FILES([tests/Makefile tests/atlocal]) +AM_MISSING_PROG([AUTOM4TE], [autom4te]) + AC_CONFIG_FILES([Makefile gnu/Makefile lib/Makefile -- cgit v1.2.1