Do not attempt to run test without fortran

This commit is contained in:
Martin Kroeker 2020-03-13 20:11:19 +01:00 committed by GitHub
parent c436e8af7b
commit 2d8781b0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
TOPDIR = .. TOPDIR = ..
include ../Makefile.system include ../Makefile.system
ifeq ($(NOFORTRAN),1)
all ::
else
all :: level1 level2 level3 all :: level1 level2 level3
endif
level1 : sblat1 dblat1 cblat1 zblat1 level1 : sblat1 dblat1 cblat1 zblat1
ifndef CROSS ifndef CROSS