SDL  2.0
testautomation_suites.h
Go to the documentation of this file.
1 /**
2  * Reference to all test suites.
3  *
4  */
5 
6 #ifndef _testsuites_h
7 #define _testsuites_h
8 
9 #include "SDL_test.h"
10 
11 /* Test collections */
30 
31 /* All test suites */
51  NULL
52 };
53 
54 #endif