We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e597ae commit 60226b3Copy full SHA for 60226b3
Makefile
@@ -373,10 +373,10 @@ ifneq ($(CROSS), 1)
373
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING)
374
endif
375
376
-lapack-runtest:
+lapack-runtest: lapack-test
377
( cd $(NETLIB_LAPACK_DIR)/INSTALL; ./testlsame; ./testslamch; ./testdlamch; \
378
./testsecond; ./testdsecnd; ./testieee; ./testversion )
379
- (cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r )
+ (cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING )
380
381
382
blas-test:
0 commit comments