Skip to content

Commit 2d8781b

Browse files
authored
Do not attempt to run test without fortran
1 parent c436e8a commit 2d8781b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
TOPDIR = ..
22
include ../Makefile.system
33

4+
5+
ifeq ($(NOFORTRAN),1)
6+
all ::
7+
else
48
all :: level1 level2 level3
9+
endif
510

611
level1 : sblat1 dblat1 cblat1 zblat1
712
ifndef CROSS

0 commit comments

Comments
 (0)