mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add a tag database
This commit is contained in:
parent
d2f0bc70c8
commit
d974742654
7 changed files with 259 additions and 1 deletions
|
@ -16,7 +16,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
include_directories (${CMAKE_INSTALL_PREFIX}/include)
|
||||
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
|
||||
|
||||
set (test_SRCS data.t exclusion.t helper.t interval.t range.t rules.t util.t)
|
||||
set (test_SRCS data.t exclusion.t helper.t interval.t range.t rules.t util.t TagInfoDatabase.t)
|
||||
|
||||
add_custom_target (test ./run_all --verbose
|
||||
DEPENDS ${test_SRCS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue