aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-12-07 14:37:13 -0400
committerGravatar David Bremner <bremner@debian.org>2011-12-08 20:24:24 -0400
commit5800a44bd5b77390d2243426f0c82de4d0495a1c (patch)
treef20c58811ce59533a1cf05697fb21febdee66e1e /test/notmuch-test
parent2cf7b27a0c4b4e746e2e40752c55ddb4d54798b2 (diff)
test: tests for command-line-arguments.c
This was needed because no current notmuch code exercises the NOTMUCH_OPT_STRING style arguments.
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 53ce355c..d05bb38b 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -48,6 +48,7 @@ TESTS="
search-folder-coherence
atomicity
python
+ argument-parsing
"
TESTS=${NOTMUCH_TESTS:=$TESTS}