summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c2ecd8b..921128d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,5 +10,6 @@ AC_PROG_YACC
LT_INIT([win32-dll disable-fast-install])
-AC_CONFIG_FILES([Makefile libmsi/Makefile])
+AC_CONFIG_FILES([Makefile libmsi/Makefile tests/Makefile])
+AC_CONFIG_FILES([tests/runtest], [chmod +x tests/runtest])
AC_OUTPUT