Skip to content

Commit 60226b3

Browse files
authored
Fix (redundant) lapack-runtest target
1 parent 4e597ae commit 60226b3

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)