Do not attempt to run test without fortran
This commit is contained in:
parent
c436e8af7b
commit
2d8781b0dc
|
@ -1,7 +1,12 @@
|
|||
TOPDIR = ..
|
||||
include ../Makefile.system
|
||||
|
||||
|
||||
ifeq ($(NOFORTRAN),1)
|
||||
all ::
|
||||
else
|
||||
all :: level1 level2 level3
|
||||
endif
|
||||
|
||||
level1 : sblat1 dblat1 cblat1 zblat1
|
||||
ifndef CROSS
|
||||
|
|
Loading…
Reference in New Issue