소스 검색

starpufft/examples/testx.c: mark test as skipped when no worker is found

Nathalie Furmento 13 년 전
부모
커밋
496acef0d9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      starpufft/examples/testx.c

+ 1 - 0
starpufft/examples/testx.c

@@ -127,6 +127,7 @@ int main(int argc, char *argv[])
 #endif
 
 	ret = starpu_init(NULL);
+	if (ret == -ENODEV) return 77;
 	STARPU_CHECK_RETURN_VALUE(ret, "starpu_init");
 
 	if (argc == 1)