X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/217e8b24b05ec8de6f7a639fa02aa999a066e6e5..476eed1ecf8f3103362011c05a81d7599ff385e6:/src/cunit_unit.c diff --git a/src/cunit_unit.c b/src/cunit_unit.c new file mode 100644 index 0000000000..6b1fcf51d6 --- /dev/null +++ b/src/cunit_unit.c @@ -0,0 +1,28 @@ +/*******************************/ +/* GENERATED FILE, DO NOT EDIT */ +/*******************************/ + +#include +#include "xbt.h" +/*******************************/ +/* GENERATED FILE, DO NOT EDIT */ +/*******************************/ + +# 824 "/home/navarrop/Developments/simgrid/src/xbt/cunit.c" + + +XBT_TEST_UNIT("expect", test_expected_failure, "expected failures") +{ + xbt_test_add0("Skipped test"); + xbt_test_skip(); + + xbt_test_add2("%s %s", "EXPECTED", "FAILURE"); + xbt_test_expect_failure(); + xbt_test_log2("%s %s", "Test", "log"); + xbt_test_fail0("EXPECTED FAILURE"); +} + +/*******************************/ +/* GENERATED FILE, DO NOT EDIT */ +/*******************************/ +