utest requires the CBLAS interface

This commit is contained in:
Martin Kroeker 2022-06-20 14:07:25 +02:00 committed by GitHub
parent d87e72b951
commit 50506b8e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)