소스 검색

Avoid tests which don't work with simgrid

Samuel Thibault 8 년 전
부모
커밋
39ee654898
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/Makefile.am

+ 2 - 0
tests/Makefile.am

@@ -337,11 +337,13 @@ endif
 endif
 endif
 
+if !STARPU_SIMGRID
 if STARPU_LONG_CHECK
 myPROGRAMS +=				\
 	main/tag_task_data_deps			\
 	datawizard/reclaim
 endif
+endif
 
 examplebin_PROGRAMS = \
 	microbenchs/tasks_size_overhead		\