diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-08 09:04:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-08 09:05:35 -0400 |
commit | 37312bb2c9ce6f2bb778e043a8697729bce81a0a (patch) | |
tree | a406ec66f4b3dc95996476b43541a6a818c6aa0c /configure.ac | |
parent | 7e4a2e25e86aed646621f2a4ba019fa0a6307b51 (diff) |
Add the start of a test suite.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |