diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-24 11:41:43 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-24 11:41:43 +0200 |
commit | 021e58ac292dcfc852c35091f3adbe8334643889 (patch) | |
tree | a5930f084e6ac7c73d4fa84cd258b4074f248605 /tests/README | |
parent | d173ebeda843d54fa1ee097273e927c551a45c7c (diff) | |
download | pass-021e58ac292dcfc852c35091f3adbe8334643889.tar.gz pass-021e58ac292dcfc852c35091f3adbe8334643889.tar.bz2 pass-021e58ac292dcfc852c35091f3adbe8334643889.zip |
Move test instructions to INSTALL.
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/README b/tests/README deleted file mode 100644 index 970af69..0000000 --- a/tests/README +++ /dev/null @@ -1,11 +0,0 @@ -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 |