Ryan C. Gordon
|
b678227a81
|
Fixed a bunch of compiler warnings in the test code.
|
2017-01-07 22:24:45 -05:00 |
|
Sam Lantinga
|
37547897ee
|
Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctions
|
2015-05-26 06:16:43 -07:00 |
|
Sam Lantinga
|
da23163fbc
|
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
2013-08-29 08:30:21 -07:00 |
|
Sam Lantinga
|
753aae78fc
|
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
2013-08-29 08:29:21 -07:00 |
|
Philipp Wiesemann
|
a30b85dd03
|
Replaced use of strcmp() with SDL_strcmp() in tests.
|
2013-07-20 21:39:54 +02:00 |
|
Sam Lantinga
|
0d9b661db8
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
|
Philipp Wiesemann
|
88d34bf7b1
|
Corrected spelling in C source files of test suites.
|
2013-05-05 12:47:44 +02:00 |
|
Andreas Schiffler
|
6372811f7c
|
Add mouse tests; update test suites
|
2013-01-24 07:58:59 -08:00 |
|
Sam Lantinga
|
9b0d19d010
|
Added the automation test to the autoconf build system
|
2012-12-22 17:24:42 -08:00 |
|