Browse Source

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

tags/v0.2.9^2
wernsaar 11 years ago
parent
commit
4a5938b5cc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile 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 :



Loading…
Cancel
Save