diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-22 18:35:11 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-22 18:35:11 +0200 |
commit | 760c644a1d9f55c91b74521b112958966e00ea31 (patch) | |
tree | 2514b500511a8dcf0d56d2a49ee69487f5cb4f56 /tests/README | |
parent | 07bcfccebfa2f885849f0b8698a496c3c757d8a7 (diff) | |
download | pass-760c644a1d9f55c91b74521b112958966e00ea31.tar.gz pass-760c644a1d9f55c91b74521b112958966e00ea31.tar.bz2 pass-760c644a1d9f55c91b74521b112958966e00ea31.zip |
Import Von's tests, with cleanups.
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..970af69 --- /dev/null +++ b/tests/README @@ -0,0 +1,11 @@ +password-store Test Suite +========================= + +Uses <https://github.com/mlafeldt/sharness>: + * sharness.sh + * aggregate-results.sh + +To run all tests, run 'make test' from the parent directory. + +To debug an individual test, run it directly with '-v', e.g.: + $ ./t0001-sanity-checks.sh -v |