From 4a5938b5cc658935ab55668795cf02983564bb1c Mon Sep 17 00:00:00 2001 From: wernsaar Date: Wed, 14 May 2014 15:16:21 +0200 Subject: [PATCH] Modified lapack-test, using lapack_testing.py to run tests --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 558850180..a48260624 100644 --- 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 :