aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2012-10-30 22:32:35 +0200
committerGravatar David Bremner <bremner@debian.org>2012-10-31 16:50:57 -0300
commit58b222d597c4b2e8b8bc0b251929ead60eb29bf9 (patch)
treed0da7e1b49f19323a94596390eda708548d32faa /test/notmuch-test
parent519be192501bae330db78af728c4d6e26b9053ee (diff)
test: add smoke tests for the date/time parser module
Test the date/time parser module directly, independent of notmuch, using the parse-time test tool. Credits to Michal Sojka <sojkam1@fel.cvut.cz> for writing most of the tests.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index cc732c3c..7eadfdfd 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -60,6 +60,7 @@ TESTS="
emacs-hello
emacs-show
missing-headers
+ parse-time-string
"
TESTS=${NOTMUCH_TESTS:=$TESTS}