openblas/rm-make-test-from-Makefile-and-add-this-to-spec-in-f.patch
wu-leilei a46793506a fix some command error
(cherry picked from commit 9db2b61163a3bd3ef075bacba9202dcf24d0ba5a)
2022-12-14 12:38:24 +08:00

28 lines
819 B
Diff

From bc1d1850adf69e08debd5ff1ac50d6d497b625b0 Mon Sep 17 00:00:00 2001
From: qinyu <qinyu16@huawei.com>
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 <qinyu16@huawei.com>
---
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