aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 11:41:43 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 11:41:43 +0200
commit021e58ac292dcfc852c35091f3adbe8334643889 (patch)
treea5930f084e6ac7c73d4fa84cd258b4074f248605
parenttests: we don't use aggregate-results (diff)
downloadpassword-store-021e58ac292dcfc852c35091f3adbe8334643889.tar.xz
password-store-021e58ac292dcfc852c35091f3adbe8334643889.zip
Move test instructions to INSTALL.
-rw-r--r--INSTALL18
-rw-r--r--tests/README11
2 files changed, 18 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 148400c..a0214b4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,3 +12,21 @@ BINDIR default: $(PREFIX)/bin
LIBDIR default: $(PREFIX)/lib
MANDIR default: $(PREFIX)/share/man
SYSCONFDIR default: /etc
+
+-- Completion Files --
+
+The install target will automatically determine the existance
+of bash, zsh, and fish, and install the completion files as
+needed. If you'd like to force installation, you may set
+FORCE_BASHCOMP, FORCE_ZSHCOMP, or FORCE_FISHCOMP to 1, or set
+FORCE_ALL to 1.
+
+-- Test Suite --
+
+Pass has a test suite which uses Sharness:
+<https://github.com/mlafeldt/sharness>
+
+To run all tests, run 'make test'.
+
+To debug an individual test, run it directly with '-v', e.g.:
+ $ tests/t0001-sanity-checks.sh -v
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