X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=ebcb40d9d596e0d56415f4f4675c10c5b8a23ef1;hb=5ae16f60a7d39560faa5d2f7d799d1dd2eff2758;hp=e80e8e374de1f25bdcdc32d537084e77d0eb357a;hpb=60afd17f51bc15184a7d59f29549318c90a7242a;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index e80e8e3..ebcb40d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ phantomjs p p-all phantomjs-all jsb: ${MAKE} -C./test $@ # must be called once after GIT checkout -setup: +setup: all ${MAKE} -C./test node-modules check: setup check-js phantomjs @@ -25,4 +25,5 @@ check: setup check-js phantomjs help: @echo "make [ all | setup | clean | distclean ]" @echo " [ check | check-js | phantomjs ]" + @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40"