Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make cunit memory clean
[simgrid.git] / include / xbt / cunit.h
index 6a6e8e6..ec4c43a 100644 (file)
@@ -52,6 +52,8 @@ XBT_PUBLIC(void)             xbt_test_suite_push (xbt_test_suite_t suite, const
 XBT_PUBLIC(int) xbt_test_run(char *selection);
 /* Show information about the selection of tests */
 XBT_PUBLIC(void) xbt_test_dump(char *selection);
 XBT_PUBLIC(int) xbt_test_run(char *selection);
 /* Show information about the selection of tests */
 XBT_PUBLIC(void) xbt_test_dump(char *selection);
+/* Cleanup the mess */
+XBT_PUBLIC(void) xbt_test_exit(void);
 
 /* test operations */
 XBT_PUBLIC(void)    _xbt_test_add(const char*file,int line, const char *fmt, ...)_XBT_GNUC_PRINTF(3,4);
 
 /* test operations */
 XBT_PUBLIC(void)    _xbt_test_add(const char*file,int line, const char *fmt, ...)_XBT_GNUC_PRINTF(3,4);