Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add script file to help compil with windows.
[simgrid.git] / src / cunit_unit.c
index 8871a5c..13e797c 100644 (file)
@@ -2,22 +2,24 @@
 /* GENERATED FILE, DO NOT EDIT */
 /*******************************/
 
+#include <stdio.h>
 #include "xbt.h"
 /*******************************/
 /* GENERATED FILE, DO NOT EDIT */
 /*******************************/
 
-# 725 "xbt/cunit.c" 
+#line 823 "xbt/cunit.c" 
 
 
-XBT_TEST_UNIT("expect",test_expected_failure,"expected failures") {
-    xbt_test_add0("Skipped test");
-    xbt_test_skip(); 
+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");
+  xbt_test_add2("%s %s", "EXPECTED", "FAILURE");
+  xbt_test_expect_failure();
+  xbt_test_log2("%s %s", "Test", "log");
+  xbt_test_fail0("EXPECTED FAILURE");
 }
 
 /*******************************/