Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old context implementations on windows. We now use xbt_threads for this on this...
[simgrid.git] / src / cunit_unit.c
1 /*******************************/
2 /* GENERATED FILE, DO NOT EDIT */
3 /*******************************/
4
5 #include "xbt.h"
6 /*******************************/
7 /* GENERATED FILE, DO NOT EDIT */
8 /*******************************/
9
10 # 725 "xbt/cunit.c" 
11
12
13 XBT_TEST_UNIT("expect",test_expected_failure,"expected failures") {
14     xbt_test_add0("Skipped test");
15     xbt_test_skip(); 
16
17     xbt_test_add2("%s %s","EXPECTED","FAILURE");
18     xbt_test_expect_failure();
19     xbt_test_log2("%s %s","Test","log");
20     xbt_test_fail0("EXPECTED FAILURE");
21 }
22
23 /*******************************/
24 /* GENERATED FILE, DO NOT EDIT */
25 /*******************************/
26