Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Remove yuzu_tester | ReinUsesLisp | 2021-01-15 | 1 | -16/+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. | ||||
* | yuzu_tester: Use config, icon, and main from yuzu-cmd | Zach Hilman | 2019-06-10 | 1 | -0/+16 |