mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-08 13:49:47 +00:00
Add unit test for cli programs
This commit is contained in:
parent
e3e704c50f
commit
abde34e240
4 changed files with 111 additions and 1 deletions
|
@ -114,6 +114,7 @@ add_subdirectory(src/navigate)
|
|||
#Tests
|
||||
add_subdirectory(test/gtest)
|
||||
add_subdirectory(test/unit)
|
||||
add_subdirectory(test/unit_cli)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
INTERFACE ${PostgreSQL_LIBRARIES}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue