diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-19 18:54:50 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-19 19:28:08 +0100 |
commit | 87de1ca96810eace7c3609d5b6ab7bfc93976c44 (patch) | |
tree | 7ef368cbab4aa45e9d5e06910a3b740c13cc8a9a /src/tests | |
parent | a03f9b6fb6cdaf480737faf37b9c244f46cd1a85 (diff) |
Tests: Run tests on CI
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index dc476616c..457c55571 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -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>) |