Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Commit a bunch of auto-generated files (sorry)
[simgrid.git] / src / cunit_unit.c
1 /*******************************/
2 /* GENERATED FILE, DO NOT EDIT */
3 /*******************************/
4
5 #include <stdio.h>
6 #include "xbt.h"
7 /*******************************/
8 /* GENERATED FILE, DO NOT EDIT */
9 /*******************************/
10
11 # 752 "xbt/cunit.c" 
12
13
14 XBT_TEST_UNIT("expect",test_expected_failure,"expected failures") {
15   xbt_test_add0("Skipped test");
16   xbt_test_skip();
17
18   xbt_test_add2("%s %s","EXPECTED","FAILURE");
19   xbt_test_expect_failure();
20   xbt_test_log2("%s %s","Test","log");
21   xbt_test_fail0("EXPECTED FAILURE");
22 }
23
24 /*******************************/
25 /* GENERATED FILE, DO NOT EDIT */
26 /*******************************/
27