From 021e58ac292dcfc852c35091f3adbe8334643889 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 24 Apr 2014 11:41:43 +0200 Subject: Move test instructions to INSTALL. --- INSTALL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'INSTALL') 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: + + +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 -- cgit v1.2.3