mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 14:08:30 +00:00
tests: enable cellDmuxPamf tests in CMakeLists
This commit is contained in:
parent
f2aa347608
commit
4d6da6542e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue