summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index e239431..2a3ba8f 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -662,7 +662,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 \