diff --git a/test/test-automation/SDL_test.h b/test/test-automation/SDL_test.h index b61fc2d66..f2e387e50 100644 --- a/test/test-automation/SDL_test.h +++ b/test/test-automation/SDL_test.h @@ -35,10 +35,16 @@ extern int _testAssertsPassed; * Holds information about a test case */ typedef struct TestCaseReference { - char *name; /*!< "Func2Stress" */ - char *description; /*!< "This test beats the crap out of func2()" */ - int enabled; /*!< Set to TEST_ENABLED or TEST_DISABLED */ - long requirements; /*!< Set to TEST_REQUIRES_OPENGL, TEST_REQUIRES_AUDIO, ... */ + /*!< "Func2Stress" */ + char *name; + /*!< "This test beats the crap out of func2()" */ + char *description; + /*!< Set to TEST_ENABLED or TEST_DISABLED */ + int enabled; + /*!< Set to TEST_REQUIRES_OPENGL, TEST_REQUIRES_AUDIO, ... */ + long requirements; + /*