Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
run the testsuite with wine if needed (will certainly break on cygwin, but who use...
[simgrid.git] / testsuite / surf / maxmin_usage.c
index 23c2b16..2910cc2 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;
 }