mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Messaging
- Migrated taskd messaging code over, for client-side communications.
This commit is contained in:
parent
b5e90f08d8
commit
ce2f7054f7
6 changed files with 301 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (test_SRCS 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 rx.t
|
||||
t.t t2.t taskmod.t tdb2.t text.t uri.t util.t view.t json_test)
|
||||
duration.t file.t i18n.t json.t list.t msg.t nibbler.t path.t
|
||||
rx.t t.t t2.t taskmod.t tdb2.t text.t uri.t util.t view.t
|
||||
json_test)
|
||||
|
||||
message ("-- Configuring run_all")
|
||||
set (TESTBLOB "*.t")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue