comparison test/README @ 2082:e6cd882e3ac0

Alpha sort the test list, add missing ones, remove removed ones
author Patrice Mandin <patmandin@gmail.com>
date Fri, 05 Jan 2007 19:12:50 +0000
parents 68f2b997758e
children 3e3724fb829e
comparison
equal deleted inserted replaced
2081:34a4d02b8db1 2082:e6cd882e3ac0
1 1
2 These are test programs for the SDL library: 2 These are test programs for the SDL library:
3 3
4 testver Check the version and dynamic loading and endianness 4 checkkeys Watch the key events to check the keyboard
5 testtypes Check to see if the data types are the correct size 5 graywin Display a gray gradient and center mouse on spacebar
6 loopwave Audio test -- loop playing a WAV file
7 testalpha Display an alpha faded icon -- paint with mouse
8 testaudioinfo Lists audio device capabilities
9 testbitmap Test displaying 1-bit bitmaps
10 testblitspeed Tests performance of SDL's blitters and converters.
11 testcdrom Sample audio CD control program
12 testcursor Tests custom mouse cursor
13 testdyngl Tests dynamically loading OpenGL library
14 testerror Tests multi-threaded error handling
15 testfile Tests RWops layer
16 testgamma Tests video device gamma ramp
17 testgl A very simple example of using OpenGL with SDL
18 testgl2 Improved version of testgl
6 testhread Hacked up test of multi-threading 19 testhread Hacked up test of multi-threading
20 testiconv Tests international string conversion
21 testjoystick List joysticks and watch joystick events
22 testkeys List the available keyboard keys
23 testloadso Tests the loadable library layer
7 testlock Hacked up test of multi-threading and locking 24 testlock Hacked up test of multi-threading and locking
8 testerror Tests multi-threaded error handling 25 testmultiaudio Tests using several audio devices
9 testsem Tests SDL's semaphore implementation
10 testtimer Test the timer facilities
11 loopwave Audio test -- loop playing a WAV file
12 testcdrom Sample audio CD control program
13 testkeys List the available keyboard keys
14 testvidinfo Show the pixel format of the display and perfom the benchmark
15 checkkeys Watch the key events to check the keyboard
16 testwin Display a BMP image at various depths
17 graywin Display a gray gradient and center mouse on spacebar
18 testsprite Example of fast sprite movement on the screen
19 testbitmap Test displaying 1-bit bitmaps
20 testalpha Display an alpha faded icon -- paint with mouse
21 testwm Test window manager -- title, icon, events
22 threadwin Test multi-threaded event handling
23 testgl A very simple example of using OpenGL with SDL
24 testjoystick List joysticks and watch joystick events
25 testoverlay Tests the software/hardware overlay functionality. 26 testoverlay Tests the software/hardware overlay functionality.
26 testoverlay2 Tests the overlay flickering/scaling during playback. 27 testoverlay2 Tests the overlay flickering/scaling during playback.
27 testblitspeed Tests performance of SDL's blitters and converters. 28 testpalette Tests palette color cycling
28 29 testplatform Tests types, endianness and cpu capabilities
30 testsem Tests SDL's semaphore implementation
31 testsprite Example of fast sprite movement on the screen
32 testsprite2 Improved version of testsprite
33 testtimer Test the timer facilities
34 testver Check the version and dynamic loading and endianness
35 testvidinfo Show the pixel format of the display and perfom the benchmark
36 testwin Display a BMP image at various depths
37 testwm Test window manager -- title, icon, events
38 testwm2 Improved version of testwm
39 threadwin Test multi-threaded event handling
40 torturethread Simple test for thread creation/destruction