From bf0b0f12a1860eaed4c8bbcd9b138e10e0a8114f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 30 Dec 2019 20:49:24 +0100 Subject: [PATCH] add binary path to lapack_testing.py call --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ad97dd91..a22e16bab 100644 --- a/Makefile +++ b/Makefile @@ -319,7 +319,7 @@ lapack-test : ifneq ($(CROSS), 1) ( cd $(NETLIB_LAPACK_DIR)/INSTALL; make all; ./testlsame; ./testslamch; ./testdlamch; \ ./testsecond; ./testdsecnd; ./testieee; ./testversion ) - (cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r ) + (cd $(NETLIB_LAPACK_DIR); ./lapack_testing.py -r -b TESTING) endif lapack-runtest: