Unit Tests

- Added libexpr Duration unit tests.
This commit is contained in:
Paul Beckingham 2014-01-02 01:09:42 -05:00
parent 18f03c25b4
commit fae0e35241
2 changed files with 398 additions and 1 deletions

View file

@ -9,7 +9,7 @@ include_directories (${CMAKE_SOURCE_DIR}
set (test_SRCS autocomplete.t color.t config.t date.t directory.t dom.t
old_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 tree.t uri.t utf8.t util.t
view.t width.t json_test iso8601d.t iso8601p.t)
view.t width.t json_test iso8601d.t iso8601p.t duration.t)
message ("-- Configuring run_all")
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})