From 940f38f6dd504c02a554470b53545270e8e5a351 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 24 May 2019 13:02:23 +0200 Subject: [PATCH] Build and run utests in any case, they do their own checks for fortran availability --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 273fde33e..aed248ef2 100644 --- a/Makefile +++ b/Makefile @@ -123,8 +123,8 @@ ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN))) touch $(LIBNAME) ifndef NO_FBLAS $(MAKE) -C test all - $(MAKE) -C utest all endif + $(MAKE) -C utest all ifndef NO_CBLAS $(MAKE) -C ctest all endif