Delete test while make.

Please enter the commit message for your changes. Lines starting
This commit is contained in:
Fenghua tan 2020-07-02 23:52:43 +08:00
parent c3aa036e99
commit a9f5826de4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench cp
.PHONY : all libs netlib $(RELA) test ctest shared install .PHONY : all libs netlib $(RELA) test ctest shared install
.NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test .NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test
all :: libs netlib $(RELA) tests shared all :: libs netlib $(RELA) shared
@echo @echo
@echo " OpenBLAS build complete. ($(LIB_COMPONENTS))" @echo " OpenBLAS build complete. ($(LIB_COMPONENTS))"
@echo @echo