tests: enable cellDmuxPamf tests in CMakeLists

This commit is contained in:
capriots 2026-02-21 22:16:39 +01:00 committed by Elad
parent f2aa347608
commit 4d6da6542e

View file

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