summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/service/yuzutest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-6/+9
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* yuzu_tester: Silence type conversion warningMorph2020-06-231-1/+1
|
* yuzutest: Add minor commentsZach Hilman2019-06-101-1/+1
|
* yuzu_tester: Display results in table formatZach Hilman2019-06-101-1/+6
|
* yuzutest: Support multiple tests per executableZach Hilman2019-06-101-24/+27
|
* yuzu_tester: Add 'yuzutest' serviceZach Hilman2019-06-101-0/+104