ctests require both BLAS and CBLAS interfaces to function

This commit is contained in:
Martin Kroeker 2022-06-20 16:48:56 +02:00 committed by GitHub
parent 6ee08f6661
commit 3d11092ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -154,7 +154,9 @@ ifneq ($(ONLY_CBLAS), 1)
$(MAKE) -C utest all
endif
ifneq ($(NO_CBLAS), 1)
Cifneq ($(ONLY_CBLAS), 1)
$(MAKE) -C ctest all
endif
ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
$(MAKE) -C cpp_thread_test all
endif