Enable the Makefile to run tests

This commit is contained in:
Christopher Baines 2024-12-29 10:45:41 +00:00
parent 7e55db0de7
commit 6119ece5cb
4 changed files with 33 additions and 0 deletions

View file

@ -15,5 +15,6 @@ fi
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_OUTPUT