aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-09Fix use of incorrect union elementDavid Robillard1-4/+4
2019-11-18Add test utility function for logging errorsDavid Robillard1-1/+15
2019-11-18Add error checking option to test programsDavid Robillard1-1/+5
2019-11-03Add verbose option to test programs to print all eventsDavid Robillard1-9/+43
2019-09-07Add OpenGL 3 test programDavid Robillard1-0/+58
2019-09-03Factor out parsing test optionsDavid Robillard1-0/+58
2019-09-03Make pugl_test use a nested view and test focus and movementDavid Robillard1-48/+43
2019-09-03Move puglGetTime() to PuglWorldDavid Robillard1-4/+4
2019-08-02Test: Factor out FPS printerDavid Robillard1-3/+26
2019-07-24Unify key and character fields and separate text eventsDavid Robillard1-9/+8
2019-07-24Rename PuglEventKey::utf8 to "string" with char typeDavid Robillard1-2/+2
2019-07-23Test: Move some generic code to a separate headerDavid Robillard1-0/+145