Pārlūkot izejas kodu

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

Nathalie Furmento 13 gadi atpakaļ
vecāks
revīzija
2aa6c64b28
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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);
 }