mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Removed RX tests
This commit is contained in:
parent
2e8763364b
commit
806043f0ad
2 changed files with 3 additions and 3 deletions
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
@ -18,7 +18,6 @@ lexer.t
|
|||
list.t
|
||||
msg.t
|
||||
nibbler.t
|
||||
rx.t
|
||||
t.t
|
||||
taskmod.t
|
||||
tdb2.t
|
||||
|
|
|
@ -10,11 +10,12 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/src
|
||||
${CMAKE_SOURCE_DIR}/src/commands
|
||||
${CMAKE_SOURCE_DIR}/src/columns
|
||||
${CMAKE_SOURCE_DIR}/src/libshared/src
|
||||
${CMAKE_SOURCE_DIR}/test
|
||||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (test_SRCS autocomplete.t col.t color.t config.t fs.t i18n.t json.t list.t
|
||||
msg.t nibbler.t rx.t t.t tdb2.t text.t utf8.t util.t view.t
|
||||
msg.t nibbler.t t.t tdb2.t text.t utf8.t util.t view.t
|
||||
json_test lexer.t iso8601d.t iso8601p.t eval.t dates.t
|
||||
variant_add.t variant_and.t variant_cast.t variant_divide.t
|
||||
variant_equal.t variant_exp.t variant_gt.t variant_gte.t
|
||||
|
@ -32,7 +33,7 @@ add_custom_target (build_tests DEPENDS ${test_SRCS}
|
|||
|
||||
foreach (src_FILE ${test_SRCS})
|
||||
add_executable (${src_FILE} "${src_FILE}.cpp" test.cpp)
|
||||
target_link_libraries (${src_FILE} task commands task columns ${TASK_LIBRARIES})
|
||||
target_link_libraries (${src_FILE} task commands task columns libshared ${TASK_LIBRARIES})
|
||||
endforeach (src_FILE)
|
||||
|
||||
configure_file(run_all run_all COPYONLY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue