tests: enable cellDmuxPamf tests in CMakeLists
This commit is contained in:
@@ -195,6 +195,7 @@ if(BUILD_RPCS3_TESTS)
|
|||||||
tests/test_address_range.cpp
|
tests/test_address_range.cpp
|
||||||
tests/test_rsx_cfg.cpp
|
tests/test_rsx_cfg.cpp
|
||||||
tests/test_rsx_fp_asm.cpp
|
tests/test_rsx_fp_asm.cpp
|
||||||
|
tests/test_dmux_pamf.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(rpcs3_test
|
target_link_libraries(rpcs3_test
|
||||||
@@ -202,6 +203,7 @@ if(BUILD_RPCS3_TESTS)
|
|||||||
rpcs3_lib
|
rpcs3_lib
|
||||||
rpcs3_emu
|
rpcs3_emu
|
||||||
GTest::gtest
|
GTest::gtest
|
||||||
|
GTest::gmock
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(rpcs3_test
|
target_include_directories(rpcs3_test
|
||||||
|
|||||||
Reference in New Issue
Block a user