Fixed three source comments in tests.
parent
b5aa5b04d6
commit
b524657118
|
@ -137,7 +137,7 @@ static const SDLTest_TestCaseReference mainTest3 =
|
||||||
static const SDLTest_TestCaseReference mainTest4 =
|
static const SDLTest_TestCaseReference mainTest4 =
|
||||||
{ (SDLTest_TestCaseFp)main_testImpliedJoystickQuit, "main_testImpliedJoystickQuit", "Tests that quit for gamecontroller doesn't quit joystick if you inited it explicitly", TEST_ENABLED};
|
{ (SDLTest_TestCaseFp)main_testImpliedJoystickQuit, "main_testImpliedJoystickQuit", "Tests that quit for gamecontroller doesn't quit joystick if you inited it explicitly", TEST_ENABLED};
|
||||||
|
|
||||||
/* Sequence of Platform test cases */
|
/* Sequence of Main test cases */
|
||||||
static const SDLTest_TestCaseReference *mainTests[] = {
|
static const SDLTest_TestCaseReference *mainTests[] = {
|
||||||
&mainTest1,
|
&mainTest1,
|
||||||
&mainTest2,
|
&mainTest2,
|
||||||
|
@ -146,7 +146,7 @@ static const SDLTest_TestCaseReference *mainTests[] = {
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Platform test suite (global) */
|
/* Main test suite (global) */
|
||||||
SDLTest_TestSuiteReference mainTestSuite = {
|
SDLTest_TestSuiteReference mainTestSuite = {
|
||||||
"Main",
|
"Main",
|
||||||
NULL,
|
NULL,
|
||||||
|
|
|
@ -310,7 +310,7 @@ static const SDLTest_TestCaseReference *stdlibTests[] = {
|
||||||
&stdlibTest1, &stdlibTest2, &stdlibTest3, &stdlibTest4, NULL
|
&stdlibTest1, &stdlibTest2, &stdlibTest3, &stdlibTest4, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Timer test suite (global) */
|
/* Standard C routine test suite (global) */
|
||||||
SDLTest_TestSuiteReference stdlibTestSuite = {
|
SDLTest_TestSuiteReference stdlibTestSuite = {
|
||||||
"Stdlib",
|
"Stdlib",
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in New Issue