Ver código fonte

Properly shut down test

Samuel Thibault 5 anos atrás
pai
commit
a933a24675
1 arquivos alterados com 2 adições e 0 exclusões
  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