Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't enable supernvae by default, now we often use gcc >= 4.6
[simgrid.git] / win32_test_app / include / TTestRunner.h
index 17871d7..ee61b01 100644 (file)
@@ -8,18 +8,17 @@
  * Declaration of the s_TestRunner structure, which represents
  * a test runner used to run suites of tests.
  */
-typedef struct s_TestRunner
-{
-       Buffer_t buffer;                                        /* a single buffer                                              */
-       TestSuite_t testSuite;                  /* the test suite to run                                */
-               
-}s_TestRunner_t,*TestRunner_t;
+typedef struct s_TestRunner {
+  Buffer_t buffer;              /* a single buffer                                              */
+  TestSuite_t testSuite;        /* the test suite to run                                */
+
+} s_TestRunner_t, *TestRunner_t;
 
 
 /* 
  * s_TestRunner structure connected functions.
  */
+
 /* 
  * Create an new s_TestRunner struct and 
  * returns a pointer to self.
@@ -29,7 +28,7 @@ TestRunner_t TestRunner_new(void);
 /* 
  * Initialize the s_TestRunner struct.
  */
-errno_t TestRunner_initialize(TestRunner_t runner,int argc,char *argv[]);
+errno_t TestRunner_initialize(TestRunner_t runner, int argc, char *argv[]);
 
 /* 
  * Launch the test runner.
@@ -47,4 +46,4 @@ void TestRunner_free(TestRunner_t runner);
 
 
 
-#endif /* #ifndef __TestRunner_H__ */
\ No newline at end of file
+#endif                          /* #ifndef __TestRunner_H__ */