diff options
-rw-r--r-- | test-suite/standalone/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index d9a841960..953b63763 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -21,6 +21,9 @@ CLEANFILES = *.x .DELETE_ON_ERROR: +check_SCRIPTS += test-system-cmds +TESTS += test-system-cmds + # test-num2integral test_num2integral_SOURCES = test-num2integral.c test_num2integral_CFLAGS = ${test_cflags} |