]> AND Public Git Repository - simgrid.git/blobdiff - testsuite/surf/maxmin_usage.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the semantic (gras_os_time returns seconds, not microseconds)
[simgrid.git] / testsuite / surf / maxmin_usage.c
index 23c2b16ea8dca620e688c8dd9f7c342007f0d422..2910cc27d88dec1cde707706892fc6306757f0e8 100644 (file)
@@ -112,10 +112,12 @@ void test2(void)
   lmm_system_free(Sys);
 } 
 
-
 int main(int argc, char **argv)
 {
+  printf("***** Test 1 ***** \n");
   test();
+  printf("***** Test 2 ***** \n");
   test2();
+
   return 0;
 }