mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Range: Renamed Daterange to Range
This commit is contained in:
parent
ce29626777
commit
4176bf23d4
20 changed files with 319 additions and 319 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 palette.t rules.t util.t)
|
||||
set (test_SRCS composite.t exclusion.t interval.t lexer.t palette.t range.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