Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent include and src using this command:
[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 #line 835 "xbt/cunit.c" 
12
13
14 XBT_TEST_UNIT("expect", test_expected_failure, "expected failures")
15 {
16   xbt_test_add0("Skipped test");
17   xbt_test_skip();
18
19   xbt_test_add2("%s %s", "EXPECTED", "FAILURE");
20   xbt_test_expect_failure();
21   xbt_test_log2("%s %s", "Test", "log");
22   xbt_test_fail0("EXPECTED FAILURE");
23 }
24
25 /*******************************/
26 /* GENERATED FILE, DO NOT EDIT */
27 /*******************************/
28