ソースを参照

add missing shutdown

Corentin Salingue 8 年 前
コミット
8b25aa177e
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      tests/main/hwloc_cpuset.c

+ 2 - 0
tests/main/hwloc_cpuset.c

@@ -79,5 +79,7 @@ int main(int argc, char **argv)
 #else
 	status = STARPU_TEST_SKIPPED;
 #endif
+	starpu_shutdown();	
+
 	return status;
 }