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:
ff98db2
)
make check should run the phantomjs tests as well, MKWS-233
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 2 Jul 2014 08:48:55 +0000
(08:48 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 2 Jul 2014 08:48:55 +0000
(08:48 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c88ca4b
..
4bb0cc2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,9
+20,7
@@
phantomjs p:
setup:
${MAKE} -C./test node-modules
-check: setup check-js
- @echo ""
- @echo "To run jasmine regression tests, type: make phantomjs"
+check: setup check-js phantomjs
help:
@echo "make [ all | setup | clean | distclean ]"