|
|
@@ -319,7 +319,7 @@ lapack-test : |
|
|
ifneq ($(CROSS), 1) |
|
|
ifneq ($(CROSS), 1) |
|
|
( cd $(NETLIB_LAPACK_DIR)/INSTALL; make all; ./testlsame; ./testslamch; ./testdlamch; \ |
|
|
( cd $(NETLIB_LAPACK_DIR)/INSTALL; make all; ./testlsame; ./testslamch; ./testdlamch; \ |
|
|
./testsecond; ./testdsecnd; ./testieee; ./testversion ) |
|
|
./testsecond; ./testdsecnd; ./testieee; ./testversion ) |
|
|
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r ) |
|
|
|
|
|
|
|
|
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING) |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
lapack-runtest: |
|
|
lapack-runtest: |
|
|
|