]> git.notmuchmail.org Git - notmuch/commit
Add a very rough beginning of a test suite.
authorCarl Worth <cworth@cworth.org>
Sat, 23 Jan 2010 18:36:39 +0000 (07:36 +1300)
committerCarl Worth <cworth@cworth.org>
Sat, 23 Jan 2010 18:36:39 +0000 (07:36 +1300)
commita2d919eb2f55ab503a95f5401c19cc162a7a46a0
treeecc9ce8b2bc47353ee89ae6da68fe91e4c57af22
parent4e051f8d95a9ad9a833da09887f9353dfe02ac1e
Add a very rough beginning of a test suite.

This notmuch-test script simply runs a few different notmuch operations,
(things that I found were useful while testing the rename-support code).

It's not useful as a test suite yet, since it doesn't actually check
the results of any operation, (the user of the suite has to know what
the results should be and must manually verify them. So there's no
integration with the build system yet, (no "make test" target).

But I didn't want to lose what I had so far, so here it is.
test/notmuch-test [new file with mode: 0755]