X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45cb2841f9c4e7b7117b6ffd9fef5e78c9004931..f16b82f28f1d2115de766375f4ef2e668fcd82ec:/include/xbt/cunit.h?ds=sidebyside diff --git a/include/xbt/cunit.h b/include/xbt/cunit.h index 6a6e8e6229..ec4c43ab94 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -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); +/* 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);