summaryrefslogtreecommitdiff
path: root/test/testautomation_audio.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 3744 - missing SDLCALL in several functionsSam Lantinga2017-08-131-1/+1
* Added missing brackets in test source assert messages.Philipp Wiesemann2014-11-071-3/+3
* Update audio testautomation: more coverage; added SDL_PauseAudio test /w call...Andreas Schiffler2014-07-071-32/+183
* Enable 2 disabled audio tests (since bug 1396 is fixed and they pass now)Andreas Schiffler2014-07-071-8/+2
* Fixed format string faults in audio tests.Philipp Wiesemann2014-06-091-4/+4
* Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).Sam Lantinga2013-08-291-7/+7
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-3/+1
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-1/+1
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-190/+190
* Add pixels test suite; add a test to pixel suite; minor updates to test code ...Andreas Schiffler2013-05-011-35/+34
* Added missing return statements in test suite for audio.Philipp Wiesemann2013-04-281-0/+6
* Disable one test that crashes audio suite when run together with other testsAndreas Schiffler2013-04-231-1/+4
* Add tests to audio suiteAndreas Schiffler2013-04-231-6/+170
* Fix bug 1723: flipped log text in audio suite - thanks P. WiesemannAndreas Schiffler2013-02-181-1/+1
* Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler ...Andreas Schiffler2013-02-081-3/+3
* Add tests to audio suite; update harness filter logicAndreas Schiffler2013-01-311-30/+213
* Add mouse tests; update test suitesAndreas Schiffler2013-01-241-10/+7
* Add tests to mouse suite; fix VS compiler warnings in testsAndreas Schiffler2013-01-231-0/+3
* Add additional input validation to SDL_BuildAudioCVT; add additional tests to...Andreas Schiffler2013-01-211-3/+334
* Added audio test suite; minor code cleanups in test libAndreas Schiffler2012-12-241-0/+209