From a9f5826de4e726ebe6549a27e00c6e9b93aac10a Mon Sep 17 00:00:00 2001 From: Fenghua tan Date: Thu, 2 Jul 2020 23:52:43 +0800 Subject: [PATCH] Delete test while make. Please enter the commit message for your changes. Lines starting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e113026dd..e20fd110b 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench cp .PHONY : all libs netlib $(RELA) test ctest shared install .NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test -all :: libs netlib $(RELA) tests shared +all :: libs netlib $(RELA) shared @echo @echo " OpenBLAS build complete. ($(LIB_COMPONENTS))" @echo