Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | cmake: Remove yuzu_tester | ReinUsesLisp | |
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. | |||
2020-11-26 | service: Eliminate usages of the global system instance | Lioncash | |
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services. | |||
2020-06-22 | yuzu_tester: Silence type conversion warning | Morph | |
2019-06-10 | yuzutest: Add minor comments | Zach Hilman | |
2019-06-10 | yuzu_tester: Display results in table format | Zach Hilman | |
2019-06-10 | yuzutest: Support multiple tests per executable | Zach Hilman | |
2019-06-10 | yuzu_tester: Add 'yuzutest' service | Zach Hilman | |