tests: Add tests for x64 shader jit
Tests LG2 and EX2 instructions
This commit is contained in:
@@ -13,11 +13,17 @@ set(HEADERS
|
||||
core/arm/arm_test_common.h
|
||||
)
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
video_core/shader/shader_jit_x64_compiler.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_executable(tests ${SRCS} ${HEADERS})
|
||||
target_link_libraries(tests PRIVATE common core)
|
||||
target_link_libraries(tests PRIVATE common core video_core)
|
||||
target_link_libraries(tests PRIVATE glad) # To support linker work-around
|
||||
target_link_libraries(tests PRIVATE ${PLATFORM_LIBRARIES} catch-single-include Threads::Threads)
|
||||
target_link_libraries(tests PRIVATE ${PLATFORM_LIBRARIES} catch-single-include nihstro-headers Threads::Threads)
|
||||
|
||||
add_test(NAME tests COMMAND tests)
|
||||
|
Reference in New Issue
Block a user