Tests: Run tests on CI

This commit is contained in:
MerryMage 2016-05-19 18:54:50 +01:00
parent a03f9b6fb6
commit 87de1ca968
4 changed files with 16 additions and 2 deletions

View file

@ -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>)