mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Fix warning: redefinition of typedef 'SDLTest_TestSuiteRunner'
This commit is contained in:

committed by
Sam Lantinga

parent
7df1caba7c
commit
aa6a0be7a8
@@ -47,7 +47,7 @@
|
|||||||
/* Final result message format */
|
/* Final result message format */
|
||||||
#define SDLTEST_FINAL_RESULT_FORMAT COLOR_YELLOW ">>> %s '%s':" COLOR_END " %s\n"
|
#define SDLTEST_FINAL_RESULT_FORMAT COLOR_YELLOW ">>> %s '%s':" COLOR_END " %s\n"
|
||||||
|
|
||||||
typedef struct SDLTest_TestSuiteRunner {
|
struct SDLTest_TestSuiteRunner {
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
SDLTest_TestSuiteReference **testSuites;
|
SDLTest_TestSuiteReference **testSuites;
|
||||||
@@ -59,7 +59,7 @@ typedef struct SDLTest_TestSuiteRunner {
|
|||||||
} user;
|
} user;
|
||||||
|
|
||||||
SDLTest_ArgumentParser argparser;
|
SDLTest_ArgumentParser argparser;
|
||||||
} SDLTest_TestSuiteRunner;
|
};
|
||||||
|
|
||||||
/* ! Timeout for single test case execution */
|
/* ! Timeout for single test case execution */
|
||||||
static Uint32 SDLTest_TestCaseTimeout = 3600;;
|
static Uint32 SDLTest_TestCaseTimeout = 3600;;
|
||||||
|
Reference in New Issue
Block a user