X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=ebcb40d9d596e0d56415f4f4675c10c5b8a23ef1;hp=e80e8e374de1f25bdcdc32d537084e77d0eb357a;hb=2f3cbac2ddb231105231becc65494e7513c6dece;hpb=60afd17f51bc15184a7d59f29549318c90a7242a 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"