diff options
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 |