Modified lapack-test, using lapack_testing.py to run tests
authorwernsaar <wernsaar@googlemail.com>
Wed, 14 May 2014 13:16:21 +0000 (15:16 +0200)
committerwernsaar <wernsaar@googlemail.com>
Wed, 14 May 2014 13:16:21 +0000 (15:16 +0200)
Makefile

index 5588501..a482606 100644 (file)
--- a/Makefile
+++ b/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 :