瀏覽代碼

tests/helper.h: always define STARPU_SKIP_IF_VALGRIND_RETURN_ZERO

Nathalie Furmento 9 年之前
父節點
當前提交
36934b3967
共有 1 個文件被更改,包括 1 次插入0 次删除
  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