Do not attempt to run tests without fortran
This commit is contained in:
parent
1892331ff5
commit
6c772659ac
|
@ -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