mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 19:07:57 -05:00
Tests: Run tests on CI
This commit is contained in:
@ -12,3 +12,5 @@ include_directories(../../externals/catch/single_include/)
|
||||
add_executable(tests ${SRCS} ${HEADERS})
|
||||
target_link_libraries(tests core video_core audio_core common)
|
||||
target_link_libraries(tests ${PLATFORM_LIBRARIES})
|
||||
|
||||
add_test(NAME tests COMMAND $<TARGET_FILE:tests>)
|
||||
|
Reference in New Issue
Block a user