Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the mmalloc tesh file
[simgrid.git] / include / xbt / cunit.h
index 9ed28ae71faf94f8fc7ff5f4f72ea71fa8e8101f..0cd635880cf5a3815022ce3933601a05f0d73834 100644 (file)
@@ -51,7 +51,7 @@ XBT_PUBLIC(void) xbt_test_suite_push(xbt_test_suite_t suite,
  * * testname: if given, the test on which the directive acts. If not, acts on any tests.
  */
 
-XBT_PUBLIC(int) xbt_test_run(char *selection);
+XBT_PUBLIC(int) xbt_test_run(char *selection, int verbosity);
 /* Show information about the selection of tests */
 XBT_PUBLIC(void) xbt_test_dump(char *selection);
 /* Cleanup the mess */