Add more tests for Common and Core/MMIO

This commit is contained in:
Pierre Bourdon
2014-03-09 14:27:04 +01:00
parent 2e70ff2441
commit aabd524142
7 changed files with 240 additions and 0 deletions

View File

@ -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)