Преглед изворни кода

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);
 }