projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571327a
)
display a info how to run jasmine regression tests
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 16 Apr 2014 09:16:03 +0000
(09:16 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 16 Apr 2014 09:16:03 +0000
(09:16 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e37daa0
..
9504c36
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,7
+13,7
@@
clean distclean:
check-js:
${MAKE} -C./test check
-phantomjs:
+phantomjs p:
${MAKE} -C./test $@
# must be called once after GIT checkout
@@
-22,6
+22,8
@@
setup:
${MAKE} -C./test node-modules
check: setup check-js
+ @echo ""
+ @echo "To run jasmine regression tests, type: make phantomjs"
help:
@echo "make [ all | setup | clean | distclean ]"