Build and run utests in any case, they do their own checks for fortran availability

This commit is contained in:
Martin Kroeker
2019-05-24 13:02:23 +02:00
committed by GitHub
parent ff1bfe7b16
commit 940f38f6dd

View File

@@ -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