Merge pull request #2141 from martin-frbg/issue1912

Build and run utests independently of fortran
This commit is contained in:
Martin Kroeker
2019-05-28 20:50:40 +02:00
committed by GitHub

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