mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
Add more tests for Common and Core/MMIO
This commit is contained in:
parent
2e70ff2441
commit
aabd524142
7 changed files with 240 additions and 0 deletions
|
@ -8,4 +8,5 @@ macro(add_dolphin_test target srcs libs)
|
|||
add_test(NAME ${target} COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Tests/${target})
|
||||
endmacro(add_dolphin_test)
|
||||
|
||||
add_subdirectory(Common)
|
||||
add_subdirectory(Core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue