From 37312bb2c9ce6f2bb778e043a8697729bce81a0a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 8 Sep 2021 09:04:44 -0400 Subject: Add the start of a test suite. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a0dda9d..aa53707 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AM_SILENT_RULES([yes]) AC_PATH_PROG([GUILE], [guile]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +AC_CONFIG_FILES([test-env], [chmod +x test-env]) AC_CONFIG_FILES([chickadee/config.scm]) # Prepare a version of $datadir that does not contain references to -- cgit v1.2.3