mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Code Cleanup
- Merging Record and Task objects, step 5. Done.
This commit is contained in:
parent
6f980490bd
commit
85e77c1958
6 changed files with 3 additions and 87 deletions
|
@ -7,8 +7,8 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
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
|
||||
duration.t file.t i18n.t json.t list.t nibbler.t path.t rx.t
|
||||
t.benchmark.t t.t t2.t taskmod.t tdb.t tdb2.t text.t uri.t util.t
|
||||
view.t json_test)
|
||||
|
||||
add_custom_target (test ./run_all DEPENDS ${test_SRCS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue