summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-03-18 21:27:13 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-03-19 09:43:57 -0400
commit2917dbf5e132c1196bfbda3508743884293a5775 (patch)
tree2e52c536e21a7d338c4d43a461e4e92107333e9f /configure.ac
parent8518a790cb2a20a5512dc0f2b6af53bd0d625f41 (diff)
Add test-env script for wrapping test runs.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5c230f7..41914b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AM_SILENT_RULES([yes])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
+AC_CONFIG_FILES([test-env], [chmod +x test-env])
GUILE_PROGS([2.0.5])