diff options
author | Rob Browning <rlb@defaultvalue.org> | 2003-11-19 21:39:16 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2003-11-19 21:39:16 +0000 |
commit | 060ffedfe1e7c9c9bdf12b505aae7cd0021fb198 (patch) | |
tree | cbe2412ceb59cdd7be3ff2d7445e9b067ec91951 | |
parent | b10b93de99606a762c9f07d81016dce1ab77700f (diff) | |
download | guile-060ffedfe1e7c9c9bdf12b505aae7cd0021fb198.tar.gz |
(check_SCRIPTS): add test-system-cmds.
(TESTS): add test-system-cmds.
-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} |