Skip to content

Commit d6a42ed

Browse files
authored
Merge pull request #4035 from martin-frbg/issue4034
Fix (redundant) lapack-runtest target in toplevel Makefile
2 parents 4e597ae + 60226b3 commit d6a42ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ ifneq ($(CROSS), 1)
373373
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING)
374374
endif
375375

376-
lapack-runtest:
376+
lapack-runtest: lapack-test
377377
( cd $(NETLIB_LAPACK_DIR)/INSTALL; ./testlsame; ./testslamch; ./testdlamch; \
378378
./testsecond; ./testdsecnd; ./testieee; ./testversion )
379-
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r )
379+
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING )
380380

381381

382382
blas-test:

0 commit comments

Comments
 (0)