Quellcode durchsuchen

Disable fortran examples in simgrid mode, until we have fixed the main function issue

Samuel Thibault vor 10 Jahren
Ursprung
Commit
e6b81e68dc
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      tests/Makefile.am

+ 2 - 0
tests/Makefile.am

@@ -290,10 +290,12 @@ noinst_PROGRAMS =				\
 
 if STARPU_HAVE_FC
 if !STARPU_SANITIZE
+if !STARPU_SIMGRID
 noinst_PROGRAMS +=				\
 	fortran90/init_01
 endif
 endif
+endif
 
 if STARPU_LONG_CHECK
 noinst_PROGRAMS +=				\