summaryrefslogtreecommitdiff
path: root/test/test-automation
AgeCommit message (Expand)AuthorFilesLines
2011-10-29Add clipboard testsAndreas Schiffler1-6/+140
2011-10-05Refactored audio device enumeration/naming tests ana added negative casesAndreas Schiffler1-31/+77
2011-09-18Fixed option parsing code of test harness.Markus Kauppila1-10/+10
2011-09-17Add tests for SDL_RectEquals and empty rectangle casesAndreas Schiffler1-24/+342
2011-09-16Add test cases for SDL_RectEmptyAndreas Schiffler1-2/+83
2011-09-15Added tests for SDL_UnionRect to testrect suiteAndreas Schiffler1-3/+206
2011-09-10Cleans up the logger output a bit. Removes fuzzer invocation countMarkus Kauppila1-4/+8
2011-09-12Added tests for SDL_EnclosePoints.Andreas Schiffler1-1/+260
2011-09-06Refactored IntersectRectAndLine tests and increased coverageAndreas Schiffler1-102/+337
2011-09-04Added tests for SDL_HasIntersection; added negative parameter tests; refactor...Andreas Schiffler2-76/+257
2011-09-04Added tests to testrect suite. Simple logger improvements. Fixed int-range fu...Andreas Schiffler5-19/+216
2011-08-28Fixed an error in doxygen markup.Markus Kauppila1-0/+1
2011-08-28Fixed a typo.Markus Kauppila1-1/+1
2011-08-28Updated TODO.Markus Kauppila1-0/+4
2011-08-28Minor cleaning.Markus Kauppila2-12/+15
2011-08-28Added elementary fuzzer-randgen invocation count.Markus Kauppila4-10/+81
2011-08-28Added TODO.Markus Kauppila1-0/+7
2011-08-28Test cases executed in their own process can now bail out ifMarkus Kauppila4-5/+23
2011-08-28Option --show-tests prints test description.Markus Kauppila2-2/+3
2011-08-28Fixed timestamp issue.Markus Kauppila1-4/+6
2011-08-28Changed logging behavior. Runner uses stdout as default andMarkus Kauppila3-16/+59
2011-08-28Refined install script to be more helpful.Markus Kauppila2-3/+4
2011-08-28Created SetUp and TearDown functions for testrwops suite.Markus Kauppila1-3/+22
2011-08-17Fixed unit float and unit double generators.Markus Kauppila3-5/+12
2011-08-17Renamed RandomInteger to RandomSint32 and RandomUnsignedIntegerMarkus Kauppila3-19/+19
2011-08-17Fixed an issue with nonexistant function.Markus Kauppila1-4/+4
2011-08-15Fixes based on CR.Markus Kauppila3-28/+99
2011-08-15Fixed 'runner > mylog' problem.Markus Kauppila1-0/+4
2011-08-15Cleaning up render test suite.Markus Kauppila1-85/+80
2011-08-14Renamed tests in dummy suite.Markus Kauppila1-8/+8
2011-08-14Clean up.Markus Kauppila1-6/+0
2011-08-14Fixed the exec-key option.Markus Kauppila1-1/+9
2011-08-14Updating dummy test suite.Markus Kauppila2-4/+24
2011-08-14Cleaning up render test suite.Markus Kauppila1-275/+333
2011-08-13Ported tests from "./tests/automated/render"Markus Kauppila2-6/+785
2011-08-13Added --include-dummy option.Markus Kauppila1-1/+19
2011-08-11Fixed the doxygen markup.Markus Kauppila6-19/+14
2011-08-11Cleaned up the rwops test suite.Markus Kauppila4-50/+39
2011-08-11Added random number generators for Uint8, Sint8, Uint16, Sint16,Markus Kauppila3-1/+113
2011-08-10Added missing doxygen markup to some fuzzer functions.Markus Kauppila1-4/+69
2011-08-10Fixing previous commit. Forgot to add a few files.Markus Kauppila3-0/+44
2011-08-10Ported rwops test suite.Markus Kauppila7-14/+222
2011-08-10Refactored the fuzzer a bit.Markus Kauppila2-61/+71
2011-08-09Added boundary value generator functions for Sint8,Markus Kauppila2-6/+204
2011-08-09Disabled an empty test.Markus Kauppila1-1/+1
2011-08-09Added test suites testevent and testkeyboard.Markus Kauppila7-3/+83
2011-08-09Added new test suites testvideo, testsyswm and testclipboard.Markus Kauppila10-3/+123
2011-08-06Added test cases for SDL_GetNumRenderDrivers and SDL_CreateRenderer and remov...Andreas Schiffler1-5/+59
2011-08-06Fixed execKey generationAndreas Schiffler1-18/+2
2011-08-06Fixed typos.Markus Kauppila1-1/+1