mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Tests: Added Palette check
This commit is contained in:
parent
b5ec5d2440
commit
a73a95d7a1
3 changed files with 62 additions and 1 deletions
|
@ -14,7 +14,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
include_directories (${CMAKE_INSTALL_PREFIX}/include)
|
||||
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
|
||||
|
||||
set (test_SRCS composite.t daterange.t exclusion.t interval.t lexer.t rules.t util.t)
|
||||
set (test_SRCS composite.t daterange.t exclusion.t interval.t lexer.t palette.t rules.t util.t)
|
||||
|
||||
add_custom_target (test ./run_all --verbose
|
||||
DEPENDS ${test_SRCS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue