mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Code Cleanup
- Eliminated Lexer.
This commit is contained in:
parent
0c08b29e48
commit
9bf1ec2f7c
8 changed files with 5 additions and 989 deletions
|
|
@ -6,11 +6,10 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/test
|
||||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (test_SRCS arguments.t att.t autocomplete.t color.t config.t date.t
|
||||
directory.t dom.t duration.t file.t i18n.t json.t lexer.t list.t
|
||||
nibbler.t path.t record.t rx.t t.benchmark.t t.t taskmod.t tdb.t
|
||||
tdb2.t text.t uri.t util.t variant.t view.t
|
||||
json_test)
|
||||
set (test_SRCS att.t autocomplete.t color.t config.t date.t directory.t dom.t
|
||||
duration.t file.t i18n.t json.t list.t nibbler.t path.t record.t
|
||||
rx.t t.benchmark.t t.t taskmod.t tdb.t tdb2.t text.t uri.t util.t
|
||||
variant.t view.t json_test)
|
||||
|
||||
add_custom_target (test ./run_all DEPENDS ${test_SRCS}
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue