Add surface test suite; minor improvements to render suite; refactor image saving into test lib compare function; fix for Haiku build
2 These are test programs for the SDL library:
4 checkkeys Watch the key events to check the keyboard
5 loopwave Audio test -- loop playing a WAV file
6 testaudioinfo Lists audio device capabilities
7 testcdrom Sample audio CD control program
8 testerror Tests multi-threaded error handling
9 testfile Tests RWops layer
10 testgl2 A very simple example of using OpenGL with SDL
11 testhread Hacked up test of multi-threading
12 testiconv Tests international string conversion
13 testjoystick List joysticks and watch joystick events
14 testkeys List the available keyboard keys
15 testloadso Tests the loadable library layer
16 testlock Hacked up test of multi-threading and locking
17 testmultiaudio Tests using several audio devices
18 testoverlay2 Tests the overlay flickering/scaling during playback.
19 testpalette Tests palette color cycling
20 testplatform Tests types, endianness and cpu capabilities
21 testsem Tests SDL's semaphore implementation
22 testshape Tests shaped windows
23 testsprite2 Example of fast sprite movement on the screen
24 testtimer Test the timer facilities
25 testver Check the version and dynamic loading and endianness
26 testwm2 Test window manager -- title, icon, events
27 torturethread Simple test for thread creation/destruction