diff options
Diffstat (limited to 'config')
-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 a11ced7..b39fb96 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -20,7 +20,7 @@ TAGS: $(LIB_SRC) -etags $(LIB_SRC) # Runs each test in order, passing $(TEST_FLAGS) to the program. -tests: $(TEST_PROGS) +tests: $(TEST_PROGS) $(LIB) test _test: tests @for test in $(TEST_PROGS) dummy; do \ if test $$test != dummy; then \ |