Delete test while make.
Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
c3aa036e99
commit
a9f5826de4
2
Makefile
2
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
|
.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
|
||||||
|
|
Loading…
Reference in New Issue