Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merging branch 5018:5083 into trunk
[simgrid.git] / src / simgrid_units_main.c
index abe0c75..7e5de8d 100644 (file)
@@ -57,7 +57,10 @@ extern xbt_test_unit_t _xbt_current_unit;
     void test_config_use(void);
   /* SGU: END FILE */
 
-/* SGU: END PROTOTYPES */
+  /* SGU: BEGIN FILE ./xbt/cunit.c */
+    void test_expected_failure(void);
+  /* SGU: END FILE */
+
 
 /*******************************/
 /* GENERATED FILE, DO NOT EDIT */
@@ -125,6 +128,11 @@ int main(int argc, char *argv[]) {
       xbt_test_suite_push(suite, "use", test_config_use, "Data retrieving tests");
     /* SGU: END FILE */
 
+    /* SGU: BEGIN FILE ./xbt/cunit.c */
+      suite = xbt_test_suite_by_name("cunit","Testsuite mechanism autotest");
+      xbt_test_suite_push(suite, "expect", test_expected_failure, "expected failures");
+    /* SGU: END FILE */
+
   /* SGU: END SUITES DECLARATION */
       
   xbt_init(&argc,argv);