Browse Source

Avoid running tasks_size_overhead_scheds.sh on simgrid, it hangs

Samuel Thibault 8 years ago
parent
commit
ad6d288067
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/Makefile.am

+ 2 - 0
tests/Makefile.am

@@ -355,7 +355,9 @@ examplebin_PROGRAMS = \
 examplebin_SCRIPTS = \
 	microbenchs/tasks_size_overhead.gp \
 	microbenchs/tasks_size_overhead.sh
+if !STARPU_SIMGRID
 TESTS += microbenchs/tasks_size_overhead_scheds.sh
+endif
 
 if STARPU_HAVE_WINDOWS
 check_PROGRAMS	=	$(myPROGRAMS)