Browse Source

Merge pull request #2141 from martin-frbg/issue1912

Build and run utests independently of fortran
tags/v0.3.7
Martin Kroeker GitHub 6 years ago
parent
commit
11e0dcbffb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 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


Loading…
Cancel
Save