Modified lapack-test, using lapack_testing.py to run tests
This commit is contained in:
parent
d18bc5468f
commit
4a5938b5cc
2
Makefile
2
Makefile
|
@ -295,6 +295,8 @@ endif
|
|||
lapack-test :
|
||||
make -j 1 -C $(NETLIB_LAPACK_DIR) tmglib
|
||||
make -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING xeigtstc xeigtstd xeigtsts xeigtstz xlintstc xlintstd xlintstds xlintstrfd xlintstrfz xlintsts xlintstz xlintstzc xlintstrfs xlintstrfc
|
||||
(cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r )
|
||||
|
||||
|
||||
dummy :
|
||||
|
||||
|
|
Loading…
Reference in New Issue