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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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