Explorar o código

Avoid tests which don't work with simgrid

Samuel Thibault %!s(int64=9) %!d(string=hai) anos
pai
achega
39ee654898
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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		\