From 2917dbf5e132c1196bfbda3508743884293a5775 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 18 Mar 2021 21:27:13 -0400 Subject: Add test-env script for wrapping test runs. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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]) -- cgit v1.2.3