mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
Add the infrastructure required to easily add unit tests and test it with a very simple test file.
This commit is contained in:
@ -52,6 +52,9 @@ if (DSPTOOL)
|
||||
add_subdirectory(DSPTool)
|
||||
endif()
|
||||
|
||||
if (GTEST_FOUND)
|
||||
add_subdirectory(UnitTests)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user