소스 검색

tests/core/multiformat_data_release.c: mark test as skipped

Nathalie Furmento 13 년 전
부모
커밋
a7ed8f3670
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/core/multiformat_data_release.c

+ 1 - 1
tests/core/multiformat_data_release.c

@@ -265,6 +265,6 @@ main(void)
 #else /* ! STARPU_USE_CPU */
 	/* Without the CPU, there is no point in using the multiformat
 	 * interface, so this test is pointless. */
-	return EXIT_SUCCESS;
+	return STARPU_TEST_SKIPPED;
 #endif
 }