shlist

share and manage lists between multiple people
Log | Files | Refs

commit 10c078f845b8e304c09437a32f55cdef630a4d11
parent 1018b4400686e37744c349765395b092eb697e8a
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 27 Feb 2016 16:15:33 -0700

server: add additional command to test section

Diffstat:
Mserver/README | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/server/README b/server/README @@ -24,7 +24,6 @@ OpenBSD: - p5-String-Random - p5-Log-Log4perl - Running Tests ============== @@ -34,3 +33,6 @@ $ prove For test coverage, pass '-c' to each test: $ prove :: -c + +Also run 'cover' after test coverage runs to generate summaries: +$ cover