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
commit 11e0dcbffb
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) touch $(LIBNAME)
ifndef NO_FBLAS ifndef NO_FBLAS
$(MAKE) -C test all $(MAKE) -C test all
$(MAKE) -C utest all
endif endif
$(MAKE) -C utest all
ifndef NO_CBLAS ifndef NO_CBLAS
$(MAKE) -C ctest all $(MAKE) -C ctest all
endif endif