summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2010-02-10 16:09:38 +0000
committerlangou <langou@users.noreply.github.com>2010-02-10 16:09:38 +0000
commitaa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3 (patch)
tree2fb99913f15efd0c369b4e81251e90101c7235e6 /Makefile
parent9f842ee571b9e8ce9096d676221e35f0fb351990 (diff)
downloadlapack-aa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3.tar.gz
lapack-aa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3.tar.bz2
lapack-aa6a716cbea2c1d577aedf641bd5dbe2a5dae2d3.zip
Following a complain from John Tellefson (Salina, KS), added the make of the
variant library to the testing of the variants if the variant library is not present.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b4328fb..6132a60b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ tmglib:
lapack_testing: lib
( cd TESTING ; $(MAKE) )
-variants_testing: lib
+variants_testing: lib variants
( cd TESTING ; rm -f xlintst* ; $(MAKE) VARLIB='SRC/VARIANTS/LIB/cholrl.a' ; \
mv stest.out stest_cholrl.out ; mv dtest.out dtest_cholrl.out ; mv ctest.out ctest_cholrl.out ; mv ztest.out ztest_cholrl.out )
( cd TESTING ; rm -f xlintst* ; $(MAKE) VARLIB='SRC/VARIANTS/LIB/choltop.a' ; \