1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-19 15:39:46 +00:00

Add unit tests to cmake

This commit is contained in:
King_DuckZ 2016-04-21 00:25:52 +02:00
parent abde34e240
commit 12d39b203e
3 changed files with 18 additions and 3 deletions

View file

@ -23,3 +23,9 @@ target_link_libraries(${PROJECT_NAME}
PRIVATE gtest_main
PRIVATE pbl
)
add_test(
NAME CliTests
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMAND ${PROJECT_NAME}
)