add binary path to lapack_testing.py call
This commit is contained in:
parent
2eddbf70a4
commit
bf0b0f12a1
2
Makefile
2
Makefile
|
@ -319,7 +319,7 @@ lapack-test :
|
|||
ifneq ($(CROSS), 1)
|
||||
( cd $(NETLIB_LAPACK_DIR)/INSTALL; make all; ./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)
|
||||
endif
|
||||
|
||||
lapack-runtest:
|
||||
|
|
Loading…
Reference in New Issue