소스 검색

tests/microbenchs/matrix_as_vector.c: mark test as skipped on ENODEV

Nathalie Furmento 13 년 전
부모
커밋
2aa6c64b28
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/microbenchs/matrix_as_vector.c

+ 1 - 0
tests/microbenchs/matrix_as_vector.c

@@ -218,6 +218,7 @@ int main(int argc, char **argv)
 	}
 
 error:
+	if (ret == -ENODEV) ret=STARPU_TEST_SKIPPED;
 	starpu_shutdown();
 	STARPU_RETURN(ret);
 }