From 3d11092ab514bb5fac1ab053f974b923b12ff7fd Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 20 Jun 2022 16:48:56 +0200 Subject: [PATCH] ctests require both BLAS and CBLAS interfaces to function --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 37024ee13..43177ddc6 100644 --- a/Makefile +++ b/Makefile @@ -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