You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/test
Andreas Schiffler 09b3b7e78b Fix error assert for negative cases of pixels_getPixelFormatName test 12 years ago
..
shapes Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
COPYING Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
Makefile.in added simple Drag & drop test 12 years ago
README Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
acinclude.m4 Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
aclocal.m4 Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
autogen.sh Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
checkkeys.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
configure Fixed building using MinGW 12 years ago
configure.in Fixed building using MinGW 12 years ago
gcc-fat.sh Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
icon.bmp Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
loopwave.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
moose.dat Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
picture.xbm Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
relative_mode.markdown Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
sample.bmp Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
sample.wav Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testatomic.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testaudioinfo.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testautomation.c Christoph Mallon: Remove pointless if (x) before SDL_free(x) 12 years ago
testautomation_audio.c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 12 years ago
testautomation_clipboard.c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 12 years ago
testautomation_events.c OCD fixes: Adds a space before */ 12 years ago
testautomation_keyboard.c Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testautomation_main.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
testautomation_mouse.c Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testautomation_pixels.c Fix error assert for negative cases of pixels_getPixelFormatName test 12 years ago
testautomation_platform.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
testautomation_rect.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
testautomation_render.c Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 12 years ago
testautomation_rwops.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
testautomation_sdltest.c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 12 years ago
testautomation_stdlib.c Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testautomation_suites.h More non C89 compliant comments 12 years ago
testautomation_surface.c Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 12 years ago
testautomation_syswm.c Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testautomation_timer.c Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testautomation_video.c Christoph Mallon: Remove pointless if (x) before SDL_free(x) 12 years ago
testdraw2.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testdrawchessboard.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testdropfile.c added simple Drag & drop test 12 years ago
testerror.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testfile.c More non C89 compliant comments 12 years ago
testfilesystem.c Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 12 years ago
testgamecontroller.c Fixed testgamecontroller output to make sense. 12 years ago
testgesture.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
testgl2.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testgles.c Adds gl_profile_mask to test framework, uses it in testgles 12 years ago
testhaptic.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
testiconv.c Christoph Mallon: Remove pointless if (x) before SDL_free(x) 12 years ago
testime.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testintersections.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testjoystick.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testkeys.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testloadso.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testlock.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testmessage.c OCD fixes: Adds a space before */ 12 years ago
testmultiaudio.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testnative.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testnative.h Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testnativecocoa.m Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testnativew32.c Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testnativex11.c Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
testoverlay2.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
testplatform.c Fixed compiling on Mac OS X, added a system RAM test 12 years ago
testpower.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testrelative.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testrendercopyex.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testrendertarget.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testresample.c More non C89 compliant comments 12 years ago
testrumble.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testscale.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testsem.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testshader.c More non C89 compliant comments 12 years ago
testshape.c Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 12 years ago
testsprite2.c Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed 12 years ago
testspriteminimal.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
teststreaming.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testthread.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testtimer.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testver.c Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 12 years ago
testwm2.c More non C89 compliant comments 12 years ago
torturethread.c OCD fixes: Adds a space after /* (glory to regular expressions!) 12 years ago
utf8.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago

README

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