summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/service/yuzutest.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Remove yuzu_testerReinUsesLisp2021-01-151-25/+0
| | | | | | | | | | We never ended up using yuzu_tester. Removing it saves code duplication with yuzu_cmd, and distribution size on prebuilt packages. For unit testing, we can use catch2 from guest code and dump the results to a file. Then execute yuzu from a script on ci if we want this to be automated.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+3
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* yuzutest: Support multiple tests per executableZach Hilman2019-06-101-1/+7
|
* yuzu_tester: Add 'yuzutest' serviceZach Hilman2019-06-101-0/+19