summaryrefslogtreecommitdiffstats
path: root/hl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/Makefile.in')
-rwxr-xr-xhl/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in
index 681ed89..64dde96 100755
--- a/hl/Makefile.in
+++ b/hl/Makefile.in
@@ -636,7 +636,9 @@ install-doc uninstall-doc:
# TEST_PROG_PARA, or TEST_SCRIPT will actually be executed.
check-TESTS: test
-test _test: check-s check-p
+test _test:
+ $(MAKE) check-s
+ $(MAKE) check-p
check-s: $(LIB) $(PROGS) $(TESTS)
@if test -n "$(TEST_PROG)$(TEST_SCRIPT)"; then \