Explorar o código

examples/matvecmult/matvecmult.c: mark test as skipped if starpu_task_submit() returns ENODEV

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
8209e5ea8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/matvecmult/matvecmult.c

+ 1 - 1
examples/matvecmult/matvecmult.c

@@ -224,5 +224,5 @@ int main(int argc, char **argv)
 #endif
         starpu_shutdown();
 
-	return 0;
+	return (submit == -ENODEV) ? 77 : 0;
 }