mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 22:35:45 +00:00
cmake: Remove yuzu_tester
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.
This commit is contained in:
parent
31b1271ac3
commit
4b3ae78de7
12 changed files with 0 additions and 1057 deletions
|
@ -129,7 +129,6 @@ add_subdirectory(tests)
|
|||
|
||||
if (ENABLE_SDL2)
|
||||
add_subdirectory(yuzu_cmd)
|
||||
add_subdirectory(yuzu_tester)
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue