From ca316d52a0365cd817ba28689d57a06dd38cee4d Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 23 Aug 2013 14:28:39 +0200 Subject: [PATCH] document `make help' --- test/README.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/test/README.txt b/test/README.txt index 8fbfea9..39bd84a 100644 --- a/test/README.txt +++ b/test/README.txt @@ -1,19 +1,30 @@ Jasmine / jasmine-node test frame works --------------------------------------- +to run the tests, run: +$ make check + +To get a basic help, run: +$ make help + + +File system hierarchy +-------------------------------------- ./spec contains *spec.js files ./js jasmine runtime JS lib README.txt this file + Documentation --------------------------------------- http://pivotal.github.io/jasmine/ https://github.com/pivotal/jasmine + Installation ------------------------------------- -1. install node.js +1. install node.js, see http://nodejs.org/ 2. install node modules with npm npm install jquery -- 1.7.10.4