From: Wolfram Schneider Date: Fri, 23 Aug 2013 12:28:39 +0000 (+0200) Subject: document `make help' X-Git-Tag: 0.9.1~202^2~66 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=ca316d52a0365cd817ba28689d57a06dd38cee4d document `make help' --- 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