
These are test programs for the SDL library:

	testtypes	Check to see if the data types are the correct size
	testver		Check the version and dynamic loading and endianness
	testhread	Hacked up test of multi-threading
	testkeys	List the available keyboard keys
	testlock	Hacked up test of multi-threading and locking
	testtimer	Test the timer facilities
	loopwave	Audio test -- loop playing a WAV file
	pixelformat	Show the pixel format of the display
	testwin		Display a BMP image at various depths
	graywin		Display a gray gradient and center mouse on spacebar
	testalpha	Display an alpha faded icon -- paint with mouse
	testbitmap	Test displaying 1-bit bitmaps
	testwm		Test window manager -- title, icon, events
	checkkeys	Watch for key events

