mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-26 05:56:33 -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