Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
2aa6c64b28
1 changed files with 1 additions and 0 deletions
  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);
 }