Add new test suite (mouse) with a few new tests
This commit is contained in:
parent
687ba034f6
commit
5220df817b
5 changed files with 337 additions and 1 deletions
|
@ -20,6 +20,7 @@ extern SDLTest_TestSuiteReference rwopsTestSuite;
|
|||
extern SDLTest_TestSuiteReference surfaceTestSuite;
|
||||
extern SDLTest_TestSuiteReference syswmTestSuite;
|
||||
extern SDLTest_TestSuiteReference videoTestSuite;
|
||||
extern SDLTest_TestSuiteReference mouseTestSuite;
|
||||
|
||||
// All test suites
|
||||
SDLTest_TestSuiteReference *testSuites[] = {
|
||||
|
@ -34,6 +35,7 @@ SDLTest_TestSuiteReference *testSuites[] = {
|
|||
&surfaceTestSuite,
|
||||
&syswmTestSuite,
|
||||
&videoTestSuite,
|
||||
&mouseTestSuite,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue