utest requires the CBLAS interface
This commit is contained in:
parent
d87e72b951
commit
50506b8e2e
2
Makefile
2
Makefile
|
@ -150,7 +150,9 @@ ifndef NO_FBLAS
|
||||||
$(MAKE) -C test all
|
$(MAKE) -C test all
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
ifneq ($(ONLY_CBLAS), 1)
|
||||||
$(MAKE) -C utest all
|
$(MAKE) -C utest all
|
||||||
|
endif
|
||||||
ifneq ($(NO_CBLAS), 1)
|
ifneq ($(NO_CBLAS), 1)
|
||||||
$(MAKE) -C ctest all
|
$(MAKE) -C ctest all
|
||||||
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
|
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
|
||||||
|
|
Loading…
Reference in New Issue