aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/basic
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-06-15 01:08:37 +0300
committerGravatar David Bremner <bremner@debian.org>2012-12-02 09:14:59 -0400
commit4216e830e9a372fa45f482dd710e7ecc2af212ca (patch)
treea7ea283f191e269a765e59d83cf555781b944d9f /test/basic
parent902f2e19bdb649baee4e07cdb9cc9e7785f209b5 (diff)
test/hex-xcode: new test binary
This program is used both as a test-bed/unit-tester for ../util/hex-escape.c, and also as a utility in future tests of dump and restore.
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 b7feb07e..c448ef8c 100755
--- a/test/basic
+++ b/test/basic
@@ -56,6 +56,7 @@ tests_in_suite=$(for i in $TESTS; do echo $i; done | sort)
available=$(find "$TEST_DIRECTORY" -maxdepth 1 -type f -perm +111 \
! -name aggregate-results.sh \
! -name arg-test \
+ ! -name hex-xcode \
! -name notmuch-test \
! -name parse-time \
! -name smtp-dummy \