2023-01-03 12:23:10 +00:00
|
|
|
add_pcsx2_test(common_test
|
2023-05-25 09:56:04 +00:00
|
|
|
byteswap_tests.cpp
|
2023-01-03 12:23:10 +00:00
|
|
|
path_tests.cpp
|
|
|
|
string_util_tests.cpp
|
2023-01-04 09:49:41 +00:00
|
|
|
)
|
|
|
|
|
2024-03-21 06:19:17 +00:00
|
|
|
if(_M_X86)
|
|
|
|
target_sources(common_test PRIVATE
|
|
|
|
x86emitter/codegen_tests.cpp
|
|
|
|
x86emitter/codegen_tests.h
|
|
|
|
x86emitter/codegen_tests_main.cpp
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2023-01-04 09:49:41 +00:00
|
|
|
target_link_libraries(common_test PRIVATE
|
|
|
|
common
|
2023-01-03 12:23:10 +00:00
|
|
|
)
|