From 50506b8e2e6b6d299065effc8798cba4519fc246 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 20 Jun 2022 14:07:25 +0200 Subject: [PATCH] utest requires the CBLAS interface --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ba7a170d2..37024ee13 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,9 @@ ifndef NO_FBLAS $(MAKE) -C test all endif endif +ifneq ($(ONLY_CBLAS), 1) $(MAKE) -C utest all +endif ifneq ($(NO_CBLAS), 1) $(MAKE) -C ctest all ifeq ($(CPP_THREAD_SAFETY_TEST), 1)