document `make help'
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Aug 2013 12:28:39 +0000 (14:28 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Aug 2013 12:28:39 +0000 (14:28 +0200)
test/README.txt

index 8fbfea9..39bd84a 100644 (file)
@@ -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