aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-06-22 08:58:01 -0300
committerGravatar David Bremner <bremner@debian.org>2011-06-23 07:05:25 -0300
commitfba968dbfa806dc517fc55d1f28cf208f0316863 (patch)
treeb9a7fd4934b680498e7853b97ad46aa070f14c44 /test/notmuch-test
parentcdf1c70ab359772c1e89678e23614489596ba9eb (diff)
tests: add a test for symbol hiding side effects
The worry here is that a binary linking with libnotmuch might lose access to Xapian::Error symbols because libnotmuch hides them. We are careful here to create ./fakedb/.notmuch in order to trigger a Xapian exception, and not just a missing file check. Thanks to jrollins and amddragon for suggestions. (cherry picked from commit 66f37f5f6864a988f94ddb893e3a176af57f6c8e)
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 83f284d9..fe85c6a4 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -40,6 +40,7 @@ TESTS="
emacs-large-search-buffer
maildir-sync
crypto
+ symbol-hiding
"
TESTS=${NOTMUCH_TESTS:=$TESTS}