mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Remove Source/{Unittests,TestSuite}.
These directories have been unused for several years and without any automated way of running the tests, they are pretty much useless. While they might be useful as a reference, in their present state they should not be kept in the repository.
This commit is contained in:
@ -52,11 +52,7 @@ if (DSPTOOL)
|
||||
add_subdirectory(DSPTool)
|
||||
endif()
|
||||
|
||||
if (UNITTESTS)
|
||||
add_subdirectory(UnitTests)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
# TODO: Add DSPSpy and TestSuite. Preferrably make them option()s and cpack components
|
||||
# TODO: Add DSPSpy. Preferrably make it option() and cpack component
|
||||
|
Reference in New Issue
Block a user