Browse Source

fix build without hwloc

Corentin Salingue 7 years ago
parent
commit
ededd56178
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/main/hwloc_cpuset.c

+ 2 - 1
tests/main/hwloc_cpuset.c

@@ -76,10 +76,11 @@ int main(int argc, char **argv)
 	{
 		status = STARPU_TEST_SKIPPED;
 	}
+
+	starpu_shutdown();	
 #else
 	status = STARPU_TEST_SKIPPED;
 #endif
-	starpu_shutdown();	
 
 	return status;
 }