Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
a7ed8f3670
1 changed files with 1 additions and 1 deletions
  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 */
 #else /* ! STARPU_USE_CPU */
 	/* Without the CPU, there is no point in using the multiformat
 	/* Without the CPU, there is no point in using the multiformat
 	 * interface, so this test is pointless. */
 	 * interface, so this test is pointless. */
-	return EXIT_SUCCESS;
+	return STARPU_TEST_SKIPPED;
 #endif
 #endif
 }
 }