aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/basic
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-08-05 15:13:12 -0300
committerGravatar David Bremner <bremner@debian.org>2012-12-02 15:51:32 -0400
commit76fa93e2a2002940335c941e76e94d69abd71fe9 (patch)
treeb7887f136d608312a4fd3fd92bc0f0c871ae4dea /test/basic
parent990e3988ce0f8ad1993e91635a46904c3c75fff5 (diff)
test: add generator for random "stub" messages
Initial use case is testing dump and restore, so we only have message-ids and tags. The message ID's are nothing like RFC compliant, but it doesn't seem any harder to roundtrip random UTF-8 strings than RFC-compliant ones. Tags are UTF-8, even though notmuch is in principle more generous than that. updated for id:m2wr04ocro.fsf@guru.guru-group.fi - talk about Unicode value rather some specific encoding - call talloc_realloc less times
Diffstat (limited to 'test/basic')
-rwxr-xr-xtest/basic1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/basic b/test/basic
index c448ef8c..1b2a7d20 100755
--- a/test/basic
+++ b/test/basic
@@ -59,6 +59,7 @@ available=$(find "$TEST_DIRECTORY" -maxdepth 1 -type f -perm +111 \
! -name hex-xcode \
! -name notmuch-test \
! -name parse-time \
+ ! -name random-corpus \
! -name smtp-dummy \
! -name symbol-test \
! -name test-verbose \