Skip to content

Commit 11e0dcb

Browse files
authored
Merge pull request #2141 from martin-frbg/issue1912
Build and run utests independently of fortran
2 parents 21d05a4 + 940f38f commit 11e0dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
123123
touch $(LIBNAME)
124124
ifndef NO_FBLAS
125125
$(MAKE) -C test all
126-
$(MAKE) -C utest all
127126
endif
127+
$(MAKE) -C utest all
128128
ifndef NO_CBLAS
129129
$(MAKE) -C ctest all
130130
endif

0 commit comments

Comments
 (0)