mirror of https://github.com/RPCS3/rpcs3
rsx/gtest: Enable unit tests for nix builds
This commit is contained in:
parent
43d8518faa
commit
98a12de256
|
|
@ -193,6 +193,7 @@ if(BUILD_RPCS3_TESTS)
|
||||||
tests/test_simple_array.cpp
|
tests/test_simple_array.cpp
|
||||||
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
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(rpcs3_test
|
target_link_libraries(rpcs3_test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue