- The import command now uses the built-in Task::parseJSON method.
- Began t3.t.cpp for JSON parsing tests.
This commit is contained in:
Paul Beckingham
2013-05-20 16:31:57 -04:00
parent 6a97017c79
commit b408458439
5 changed files with 60 additions and 117 deletions

View File

@@ -8,8 +8,8 @@ include_directories (${CMAKE_SOURCE_DIR}
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 msg.t nibbler.t path.t
rx.t t.t t2.t taskmod.t tdb2.t text.t uri.t utf8.t util.t view.t
width.t json_test)
rx.t t.t t2.t t3.t taskmod.t tdb2.t text.t uri.t utf8.t util.t
view.t width.t json_test)
message ("-- Configuring run_all")
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})