Merge pull request #4035 from martin-frbg/issue4034
Fix (redundant) lapack-runtest target in toplevel Makefile
This commit is contained in:
commit
d6a42ed574
4
Makefile
4
Makefile
|
@ -373,10 +373,10 @@ ifneq ($(CROSS), 1)
|
|||
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING)
|
||||
endif
|
||||
|
||||
lapack-runtest:
|
||||
lapack-runtest: lapack-test
|
||||
( cd $(NETLIB_LAPACK_DIR)/INSTALL; ./testlsame; ./testslamch; ./testdlamch; \
|
||||
./testsecond; ./testdsecnd; ./testieee; ./testversion )
|
||||
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r )
|
||||
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING )
|
||||
|
||||
|
||||
blas-test:
|
||||
|
|
Loading…
Reference in New Issue