mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-09 23:14:46 +01:00
tests: enable cellDmuxPamf tests in CMakeLists
This commit is contained in:
parent
f2aa347608
commit
4d6da6542e
|
|
@ -195,6 +195,7 @@ if(BUILD_RPCS3_TESTS)
|
|||
tests/test_address_range.cpp
|
||||
tests/test_rsx_cfg.cpp
|
||||
tests/test_rsx_fp_asm.cpp
|
||||
tests/test_dmux_pamf.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(rpcs3_test
|
||||
|
|
@ -202,6 +203,7 @@ if(BUILD_RPCS3_TESTS)
|
|||
rpcs3_lib
|
||||
rpcs3_emu
|
||||
GTest::gtest
|
||||
GTest::gmock
|
||||
)
|
||||
|
||||
target_include_directories(rpcs3_test
|
||||
|
|
|
|||
Loading…
Reference in a new issue