SDL-mirror/test
2013-02-18 07:59:05 -08:00
..
automated Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions. 2013-02-11 17:39:52 -08:00
nds-test-progs Fixed permissions on test file 2012-12-11 12:01:30 -08:00
shapes Remove superflous sample shapes (same BMPs) 2010-09-15 22:33:46 -07:00
test-automation Fix Windows build, version.o linking. 2012-09-25 08:54:05 -03:00
acinclude.m4 Switched the SDL 2 autoconf macro to AM_PATH_SDL2 2012-01-30 21:39:26 -05:00
aclocal.m4 Switched the SDL 2 autoconf macro to AM_PATH_SDL2 2012-01-30 21:39:26 -05:00
autogen.sh Added yet another variant of autoconf to the list 2006-05-15 06:39:10 +00:00
checkkeys.c Synchronized the on-screen keyboard state with whether we are accepting text input. 2012-11-04 21:53:28 -08:00
configure Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
configure.in Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
COPYING
gcc-fat.sh Fat test programs! :) 2006-05-09 16:10:04 +00:00
icon.bmp
loopwave.c Print the list of audio drivers so you can try each one 2012-11-29 09:48:42 -08:00
Makefile.in Don't clobber refcounting in SDL_Init. 2013-02-12 11:47:31 -08:00
moose.dat
picture.xbm
README Updated the README and removed the old graywin test 2012-01-22 22:30:27 -05:00
sample.bmp
sample.wav
testatomic.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
testaudioinfo.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testautomation.c Add tests to audio suite; update harness filter logic 2013-01-31 08:45:30 -08:00
testautomation_audio.c Fix bug 1723: flipped log text in audio suite - thanks P. Wiesemann 2013-02-18 07:59:05 -08:00
testautomation_clipboard.c Add mouse tests; update test suites 2013-01-24 07:58:59 -08:00
testautomation_events.c Add new test suites (events, keyboard, syswm, video) with a few new tests each 2013-01-06 15:17:59 -08:00
testautomation_keyboard.c Add input validation to SDL_GetKeyFromScancode; fix compiler warning in testautomation driver on Linux; update keyboard test suite 2013-01-13 22:55:26 -08:00
testautomation_main.c Fix fuzzer random boundary functions; add tests for fuzzer 2013-02-12 22:23:42 -08:00
testautomation_mouse.c Add mouse tests; update test suites 2013-01-24 07:58:59 -08:00
testautomation_platform.c Add testautomation to VS project; remove automated from VS project; minor update to platform suite 2012-12-30 09:58:03 -08:00
testautomation_rect.c Added audio test suite; minor code cleanups in test lib 2012-12-24 14:43:57 -08:00
testautomation_render.c Add mouse tests; update test suites 2013-01-24 07:58:59 -08:00
testautomation_rwops.c Add tests to mouse suite; fix VS compiler warnings in tests 2013-01-23 08:03:19 -08:00
testautomation_sdltest.c Add tests to SDLtest suite 2013-02-13 23:10:29 -08:00
testautomation_suites.h Don't clobber refcounting in SDL_Init. 2013-02-12 11:47:31 -08:00
testautomation_surface.c Add mouse tests; update test suites 2013-01-24 07:58:59 -08:00
testautomation_syswm.c Add new test suites (events, keyboard, syswm, video) with a few new tests each 2013-01-06 15:17:59 -08:00
testautomation_timer.c Added timer test suite 2013-01-14 08:14:53 -08:00
testautomation_video.c Add tests to Video suite 2013-02-16 23:09:10 -08:00
testdraw2.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testerror.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
testfile.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testgamecontroller.c Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic 2012-12-22 20:43:51 -08:00
testgesture.c Fixed bug 1672 - Found: seg-fault with testgesture 2012-12-31 14:08:43 -08:00
testgl2.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testgles.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testhaptic.c Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic 2012-12-22 20:43:51 -08:00
testiconv.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testime.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testintersections.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testjoystick.c Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic 2012-12-22 20:43:51 -08:00
testkeys.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testloadso.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testlock.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
testmessage.c X11 messageboxes should treat "\r\n" as "\n" by ignoring the '\r' char. 2012-12-16 14:39:49 -05:00
testmultiaudio.c testmultiaudio.c needs to #include <stdio.h>. 2011-08-03 03:12:07 -04:00
testnative.c Removed the SDL 1.2 compatibility API... we'll see how painful this is. 2012-01-22 18:11:41 -05:00
testnative.h Updated SDL test projects 2012-01-07 17:08:17 -05:00
testnativecocoa.m Added test program for SDL_CreateWindowFrom() 2009-02-09 05:32:12 +00:00
testnativew32.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testnativex11.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testoverlay2.c Removed the SDL 1.2 compatibility API... we'll see how painful this is. 2012-01-22 18:11:41 -05:00
testplatform.c Fixed another printf() compiler warning, this time in the 1.3 branch. 2011-08-23 03:12:27 -04:00
testpower.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testrelative.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testrendercopyex.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testrendertarget.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testresample.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testrumble.c Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic 2012-12-22 20:43:51 -08:00
testscale.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testsem.c Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out 2012-02-20 23:51:53 -05:00
testshader.c Removed the SDL 1.2 compatibility API... we'll see how painful this is. 2012-01-22 18:11:41 -05:00
testshape.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testsprite2.c Switched the test code over to use the common functions in the test library. 2012-12-31 10:26:38 -08:00
testspriteminimal.c Have testspriteminimal use the new simple API 2012-01-22 19:47:33 -05:00
teststreaming.c SDL 1.3 is now under the zlib license. 2011-04-08 13:03:26 -07:00
testthread.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
testtimer.c Removed the SDL 1.2 compatibility API... we'll see how painful this is. 2012-01-22 18:11:41 -05:00
testver.c Removing some more references to SDL 1.3 2012-01-22 17:26:45 -05:00
testwm2.c Added SDL_SetWindowMaximumSize() and SDL_GetWindowMaximumSize() 2012-12-31 12:15:25 -08:00
torturethread.c 1.3 API CHANGE: Add support for naming threads. 2011-10-02 00:29:16 -04:00
utf8.txt Updated by Ryan Gordon 2006-03-13 16:56:01 +00:00

These are test programs for the SDL library:

	checkkeys	Watch the key events to check the keyboard
	loopwave	Audio test -- loop playing a WAV file
	testaudioinfo	Lists audio device capabilities
	testcdrom	Sample audio CD control program
	testerror	Tests multi-threaded error handling
	testfile	Tests RWops layer
	testgl2		A very simple example of using OpenGL with SDL
	testhread	Hacked up test of multi-threading
	testiconv	Tests international string conversion
	testjoystick	List joysticks and watch joystick events
	testkeys	List the available keyboard keys
	testloadso	Tests the loadable library layer
	testlock	Hacked up test of multi-threading and locking
	testmultiaudio	Tests using several audio devices
	testoverlay2	Tests the overlay flickering/scaling during playback.
	testpalette	Tests palette color cycling
	testplatform	Tests types, endianness and cpu capabilities
	testsem		Tests SDL's semaphore implementation
	testshape	Tests shaped windows
	testsprite2	Example of fast sprite movement on the screen
	testtimer	Test the timer facilities
	testver		Check the version and dynamic loading and endianness
	testwm2		Test window manager -- title, icon, events
	torturethread	Simple test for thread creation/destruction