summaryrefslogtreecommitdiff
path: root/test/testautomation_clipboard.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-26Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctionsSam Lantinga1-0/+2
2013-08-29Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).Sam Lantinga1-1/+1
2013-08-29Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga1-6/+6
2013-07-20Replaced use of strcmp() with SDL_strcmp() in tests.Philipp Wiesemann1-1/+1
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-79/+79
2013-05-05Corrected spelling in C source files of test suites.Philipp Wiesemann1-1/+1
2013-01-24Add mouse tests; update test suitesAndreas Schiffler1-3/+3
2012-12-22Added the automation test to the autoconf build systemSam Lantinga1-0/+182