summaryrefslogtreecommitdiff
path: root/test/testautomation_clipboard.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctionsSam Lantinga2015-05-261-0/+2
* Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).Sam Lantinga2013-08-291-1/+1
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-6/+6
* Replaced use of strcmp() with SDL_strcmp() in tests.Philipp Wiesemann2013-07-201-1/+1
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-79/+79
* Corrected spelling in C source files of test suites.Philipp Wiesemann2013-05-051-1/+1
* Add mouse tests; update test suitesAndreas Schiffler2013-01-241-3/+3
* Added the automation test to the autoconf build systemSam Lantinga2012-12-221-0/+182