Skip to content

Commit 940f38f

Browse files
authored
Build and run utests in any case, they do their own checks for fortran availability
1 parent ff1bfe7 commit 940f38f

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)