summaryrefslogtreecommitdiff
path: root/test/testautomation_platform.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-03switch to use SDL_PRI* macros for long long formatting everywhere.Edward Rudd1-5/+1
2014-11-30Fix assert format strings/parameters in testautomation modules; improve ↵Andreas Schiffler1-17/+8
output of SDL_CompareSurfaces to aid debugging; update platform_testSetErrorInvalidInput for SDL changes
2014-03-11Fix bug/add test coverage for SDLTest_GenerateRunSeed helper; improve test ↵Andreas Schiffler1-6/+38
harness adding output of repro steps for failures; improve negative test for SDL_GetError/SDL_SetError
2014-02-02Fixed bug 2376 - no SDL_HasAVXSam Lantinga1-0/+4
Haneef Mubarak AVX is the successor to SSE* and is fairly widely available. As such, it really ought to be detectable. This functionality ought to be trivial to implement, and not having it means being forced to write an ugly workaround to check for AVX (so that normal SSE can be used if AVX is not available). Here is an example on detecting AVX from SO (it actually shows ways to cehck for all of teh fancy instructions): http://stackoverflow.com/questions/6121792/how-to-check-if-a-cpu-supports-the-sse3-instruction-set
2013-08-21OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo1-9/+9
2013-08-20More non C89 compliant commentsGabriel Jacobo1-9/+9
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-27/+27
2012-12-30Add testautomation to VS project; remove automated from VS project; minor ↵Andreas Schiffler1-16/+16
update to platform suite
2012-12-22Added the automation test to the autoconf build systemSam Lantinga1-0/+561