소스 검색

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

Samuel Thibault 10 년 전
부모
커밋
e6b81e68dc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 +=				\