diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/Makefile.in | 4 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 4 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 4 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 4 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 9dffcd1..63ec756 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -671,7 +671,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 \ diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 75d3b27..4488132 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -571,7 +571,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 \ diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 8d532bd..a953330 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -850,7 +850,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 \ diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 893e2e3..738b36d 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -835,7 +835,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 \ diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 570cb26..b465cf1 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -601,7 +601,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 \ |