Explorar o código

Properly shut down test

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
a933a24675
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/main/display_binding.c

+ 2 - 0
tests/main/display_binding.c

@@ -38,6 +38,8 @@ int main(void)
 	if (ret == -ENODEV) return STARPU_TEST_SKIPPED;
 	STARPU_CHECK_RETURN_VALUE(ret, "starpu_init");
 
+	starpu_shutdown();
+
 	return EXIT_SUCCESS;
 }
 #endif