summaryrefslogtreecommitdiff
path: root/test/testautomation_audio.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-07Added missing brackets in test source assert messages.Philipp Wiesemann1-3/+3
2014-07-07Update audio testautomation: more coverage; added SDL_PauseAudio test /w call...Andreas Schiffler1-32/+183
2014-07-07Enable 2 disabled audio tests (since bug 1396 is fixed and they pass now)Andreas Schiffler1-8/+2
2014-06-09Fixed format string faults in audio tests.Philipp Wiesemann1-4/+4
2013-08-29Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).Sam Lantinga1-7/+7
2013-08-29Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga1-3/+1
2013-08-21OCD fixes: Adds a space before */Gabriel Jacobo1-1/+1
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-190/+190
2013-05-01Add pixels test suite; add a test to pixel suite; minor updates to test code ...Andreas Schiffler1-35/+34
2013-04-28Added missing return statements in test suite for audio.Philipp Wiesemann1-0/+6
2013-04-23Disable one test that crashes audio suite when run together with other testsAndreas Schiffler1-1/+4
2013-04-23Add tests to audio suiteAndreas Schiffler1-6/+170
2013-02-18Fix bug 1723: flipped log text in audio suite - thanks P. WiesemannAndreas Schiffler1-1/+1
2013-02-08Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler ...Andreas Schiffler1-3/+3
2013-01-31Add tests to audio suite; update harness filter logicAndreas Schiffler1-30/+213
2013-01-24Add mouse tests; update test suitesAndreas Schiffler1-10/+7
2013-01-23Add tests to mouse suite; fix VS compiler warnings in testsAndreas Schiffler1-0/+3
2013-01-21Add additional input validation to SDL_BuildAudioCVT; add additional tests to...Andreas Schiffler1-3/+334
2012-12-24Added audio test suite; minor code cleanups in test libAndreas Schiffler1-0/+209