From bc1d1850adf69e08debd5ff1ac50d6d497b625b0 Mon Sep 17 00:00:00 2001 From: qinyu Date: Tue, 6 Apr 2021 18:19:27 +0800 Subject: [PATCH] rm "make test" from Makefile and add this to spec in following ci Signed-off-by: qinyu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a22e16b..2103691 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 -- 2.23.0