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:
ReinUsesLisp 2021-01-15 03:04:37 -03:00
parent 6dc1d48fd1
commit af540b0057
12 changed files with 0 additions and 1057 deletions

View file

@ -129,7 +129,6 @@ add_subdirectory(tests)
if (ENABLE_SDL2)
add_subdirectory(yuzu_cmd)
add_subdirectory(yuzu_tester)
endif()
if (ENABLE_QT)