summaryrefslogtreecommitdiff
path: root/tests.d
AgeCommit message (Collapse)AuthorFilesLines
2015-07-20Add citybench testChris Wilson1-0/+16
2015-07-20Filter available testsChris Wilson3-0/+7
Do a small precursory check to see if the test binaries exist before advertising the test as available.
2015-07-20Unbuffer test pipelinesChris Wilson2-2/+6
My debian system likes to put large buffers between pipes resulting in no output being processed during the test and always generating empty strings and divide-by-zero errors. Apparently we have to restore line buffering manually for textual pipelines.
2015-07-20tests: move out the DISPLAY override out of the testsMartin Peres3-3/+3
This should be done in the init hook!
2015-07-17test/ue4-reflections: use benchmark mode for more reproducibilityMartin Peres1-1/+1
2015-07-17test/ue4-reflections: delete the previous results before running the new onesMartin Peres1-0/+2
2015-07-16test/ue4-reflections: make sure that nothing gets outputed accidentallyMartin Peres1-1/+1
2015-07-16test: add the UE4 Reflections Subway testMartin Peres1-0/+16
2015-07-15tests: add SynMark's OglBatch7 testMartin Peres1-0/+11
2015-07-14tests: add a glxgears testMartin Peres1-0/+9