mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Code Cleanup
- Eliminated 'Sensor' code and tests, which would only have been used for the interactive version. - Eliminated obsolete ui code.
This commit is contained in:
parent
c502f0216a
commit
84fb46f233
29 changed files with 10 additions and 2919 deletions
|
@ -6,8 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}/src
|
|||
set (test_SRCS date.t t.t tdb.t duration.t t.benchmark.t text.t autocomplete.t
|
||||
seq.t record.t att.t subst.t nibbler.t filt.t cmd.t config.t
|
||||
util.t color.t list.t path.t file.t grid.t directory.t rx.t
|
||||
taskmod.t lisp.t rectangle.t sensor.t tree.t tree2.t uri.t
|
||||
json.t)
|
||||
taskmod.t lisp.t rectangle.t tree.t tree2.t uri.t json.t)
|
||||
|
||||
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