X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=89c0c024604afafa2f6e779537a6c88eaada15ed;hb=2e946714809ec523a6f99af0888230c98b2f328b;hp=ce5c954e6179f0124d1b4e34c30f49282abf7799;hpb=92b1be5377e5cb53584e38177cf9dd25db83f76e;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index ce5c954..89c0c02 100644 --- a/test/Makefile +++ b/test/Makefile @@ -28,6 +28,7 @@ clean: distclean: clean clean-tmp clean-error rm -rf node_modules rm -f ${TMP_DIR}/jasmine-dev + rm -f libexec clean-error: rm -f mkws-error.png.* mkws-error.html.* @@ -55,6 +56,12 @@ phantomjs p: apache-stop apache-start _phantomjs _phantomjs: perl ./bin/bomb.pl --timeout="${PHANTOMJS_TIMEOUT}.5" ${PHANTOMJS} phantom/run-jasmine.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} +phantomjs-all p-all: + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine.html + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-cors-popup.html + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-local-popup.html + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-popup.html + mike-test: $(MAKE) _phantomjs PHANTOMJS_URL=http://x.example.indexdata.com/jasmine-popup.html @@ -101,15 +108,17 @@ apache-stop: help: @echo "make [ all | check | clean | distclean ]" - @echo " [ phantomjs | screenshot ]" - @echo " [ jsbeautifier | perltidy ]" + @echo " [ phantomjs | phantomjs-all ]" + @echo " [ jsbeautifier | perltidy | screenshot ]" @echo " [ node-modules ]" @echo " [ apache-stop apache-start ]" @echo "" - @echo "Examples" + @echo "Examples: " @echo "" @echo "make phantomjs PHANTOMJS_PATH=${PHANTOMJS_PATH}" @echo "DEBUG=0 APACHE_PORT=5050 make -s phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_PATH=${PHANTOMJS_PATH}" @echo "DEBUG=2 make phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_URL=${PHANTOMJS_URL}" @echo "" + @echo "make phantomjs-all" + @echo ""