diff options
Diffstat (limited to 'config/conclude.in')
-rw-r--r-- | config/conclude.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in index 7571bd8..1605a72 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -33,7 +33,7 @@ TAGS: $(LIB_SRC) ## Since tests are done in a shell loop, "make -i" does apply inside it. ## Set HDF5_Make_Ignore to a non-blank string to ignore errors inside the loop. ## -tests: $(TEST_PROGS) $(TEST_PROGS_PARA) $(LIB) +tests: $(TEST_PROGS) $(TEST_PROGS_PARA) $(TEST_SCRIPTS) $(LIB) check test _test: tests @for test in $(TEST_PROGS) dummy; do \ if test $$test != dummy; then \ |