shlist

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

commit b839ce5908e0e3fe050cb504c9dad391fdcc5cc3
parent a7a39f3bbe3009e2b75f360a26b778a78442e48e
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 27 Feb 2016 14:50:48 -0700

server: add README

- just put dependency lists and how to run the tests in there for now

Diffstat:
Aserver/README | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/server/README b/server/README @@ -0,0 +1,21 @@ +Dependencies +============ + +OpenBSD: +- p5-BSD-arc4random +- p5-IO-Socket-SSL +- p5-JSON-XS +- p5-String-Random + + +Running Tests +============= + +The 'prove' command that comes with TAP works good. By default it looks for +tests in 't/*.t' which is where our tests are. + +$ prove + +For test coverage, pass '-c' to each test + +$ prove :: -c