Explorar el Código

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

Nathalie Furmento hace 13 años
padre
commit
2aa6c64b28
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);
 }