mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Test: Added rx.t
This commit is contained in:
parent
cbbbe5d0eb
commit
648517f608
3 changed files with 136 additions and 2 deletions
|
@ -5,11 +5,11 @@ endif()
|
|||
|
||||
include_directories (${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
${CMAKE_SOURCE_DIR}/common
|
||||
${CMAKE_SOURCE_DIR}/src/common
|
||||
${CMAKE_SOURCE_DIR}/test
|
||||
${TIMEW_INCLUDE_DIRS})
|
||||
|
||||
set (test_SRCS color.t utf8.t)
|
||||
set (test_SRCS color.t rx.t utf8.t)
|
||||
|
||||
add_custom_target (test ./run_all --verbose
|
||||
DEPENDS ${test_SRCS} timew_executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue