Tests: Run tests on CI
This commit is contained in:
parent
a03f9b6fb6
commit
87de1ca968
4 changed files with 16 additions and 2 deletions
|
@ -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>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue