diff options
Diffstat (limited to 'src')
| -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/) | |||
| 12 | add_executable(tests ${SRCS} ${HEADERS}) | 12 | add_executable(tests ${SRCS} ${HEADERS}) |
| 13 | target_link_libraries(tests core video_core audio_core common) | 13 | target_link_libraries(tests core video_core audio_core common) |
| 14 | target_link_libraries(tests ${PLATFORM_LIBRARIES}) | 14 | target_link_libraries(tests ${PLATFORM_LIBRARIES}) |
| 15 | |||
| 16 | add_test(NAME tests COMMAND $<TARGET_FILE:tests>) | ||