Explorar o código

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

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
a7ed8f3670
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }