Code Cleanup
- Merging Record and Task objects, step 5. Done.
This commit is contained in:
2
test/.gitignore
vendored
2
test/.gitignore
vendored
@@ -20,13 +20,13 @@ lisp.t
|
||||
list.t
|
||||
nibbler.t
|
||||
path.t
|
||||
record.t
|
||||
rx.t
|
||||
sensor.t
|
||||
seq.t
|
||||
subst.t
|
||||
t.benchmark.t
|
||||
t.t
|
||||
t2.t
|
||||
taskmod.t
|
||||
tdb.t
|
||||
tdb2.t
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user