Code Cleanup

- Merging Record and Task objects, step 5.  Done.
This commit is contained in:
Paul Beckingham 2011-08-07 17:06:06 -04:00
parent 6f980490bd
commit 85e77c1958
6 changed files with 3 additions and 87 deletions

View file

@ -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}