Modified lapack-test, using lapack_testing.py to run tests

This commit is contained in:
wernsaar 2014-05-14 15:16:21 +02:00
parent d18bc5468f
commit 4a5938b5cc
1 changed files with 2 additions and 0 deletions

View File

@ -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 :