Explorar o código

tests/helper.h: always define STARPU_SKIP_IF_VALGRIND_RETURN_ZERO

Nathalie Furmento %!s(int64=9) %!d(string=hai) anos
pai
achega
36934b3967
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/helper.h

+ 1 - 0
tests/helper.h

@@ -90,6 +90,7 @@ static int _starpu_valgrind_print_once STARPU_ATTRIBUTE_UNUSED = 0;
 #else /* defined(STARPU_HAVE_VALGRIND_H) && !defined(STARPU_VALGRIND_FULL) */
 #  define STARPU_RETURN(ret) return ret
 #  define STARPU_SKIP_IF_VALGRIND
+#  define STARPU_SKIP_IF_VALGRIND_RETURN_ZERO
 #endif  /* defined(STARPU_HAVE_VALGRIND_H) && !defined(STARPU_VALGRIND_FULL) */
 
 #ifndef ANNOTATE_HAPPENS_BEFORE