Build and run utests in any case, they do their own checks for fortran availability
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 24 May 2019 11:02:23 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 11:02:23 +0000 (13:02 +0200)
Makefile

index 273fde3..aed248e 100644 (file)
--- 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