SDL-mirror/test
2013-06-24 22:06:50 -07:00
..
shapes
acinclude.m4
aclocal.m4
autogen.sh
checkkeys.c Better text printing for UTF-8 characters 2013-06-24 22:06:50 -07:00
configure
configure.in
COPYING
gcc-fat.sh
icon.bmp
loopwave.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
Makefile.in We already link SDL2_test by default now. 2013-06-05 21:14:26 -07:00
moose.dat
picture.xbm
README
relative_mode.markdown Test plan for relative mode. 2013-04-24 12:20:44 -07:00
sample.bmp
sample.wav
testatomic.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testaudioinfo.c
testautomation.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_audio.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_clipboard.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_events.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_keyboard.c Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update keybord suite for VS compiler warnings 2013-06-03 19:24:18 -07:00
testautomation_main.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_mouse.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_pixels.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_platform.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_rect.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_render.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_rwops.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_sdltest.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_stdlib.c Fixed test description in test suite for standard library. 2013-05-26 12:12:52 +02:00
testautomation_suites.h Added the beginning of automated tests for the standard C library routines. 2013-05-24 03:23:21 -07:00
testautomation_surface.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_syswm.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_timer.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testautomation_video.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testdraw2.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testerror.c
testfile.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testgamecontroller.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testgesture.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testgl2.c Fixed bug 1837 - Use error extension instead of glGetError() 2013-05-19 22:28:10 -07:00
testgles.c
testhaptic.c Changed haptic test program to use announced effect type. 2013-06-02 14:18:26 +02:00
testiconv.c
testime.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testintersections.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testjoystick.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testkeys.c
testloadso.c
testlock.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testmessage.c Make Cocoa_ShowMessageBox work in background threads. 2013-04-22 18:14:32 -07:00
testmultiaudio.c
testnative.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testnative.h
testnativecocoa.m
testnativew32.c
testnativex11.c
testoverlay2.c
testplatform.c
testpower.c Fixed SDL building with the minimal configuration 2013-06-13 22:10:10 -07:00
testrelative.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testrendercopyex.c
testrendertarget.c
testresample.c
testrumble.c
testscale.c
testsem.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testshader.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testshape.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
testsprite2.c Update testsprite2 for visual testing: user fuzzer and add --iteration parameter to enable deterministic screen end-state 2013-06-23 15:00:23 -07:00
testspriteminimal.c
teststreaming.c
testthread.c
testtimer.c Updated timer test and fixed performance counter on Mac OS X 2013-06-23 22:19:38 -07:00
testver.c
testwm2.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
torturethread.c
utf8.txt

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