X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=6ccfa08da4a28e1e9c4032143c6aa8e7e5eed691;hb=8dabe88ad66d705d1af25698af2e124c21736a61;hp=ad50888b109f3bf098c322265a9f07dfa9f2246d;hpb=e6e76cfc0f4c222c8037fcb7c0d0dcda6e39d28e;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index ad50888..6ccfa08 100644 --- a/test/Makefile +++ b/test/Makefile @@ -43,7 +43,7 @@ mkws-complete-syntax-check: ${MAKE} -C../src ../tools/htdocs/mkws-complete.min.js check check-js: node-modules mkws-complete-syntax-check - ${JASMINE_NODE} --noColor --captureExceptions --forceexit ./spec + ${JASMINE_NODE} --noColor --captureExceptions --forceExit ./spec check-node-installation: @if [ ! -e node_modules ]; then \ @@ -55,7 +55,7 @@ check-node-installation: test: check terse: - $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec + $(MIKE) jasmine-node --noColor --captureExceptions --forceExit spec phantomjs p: check-js apache-stop apache-start _phantomjs ${MAKE} apache-stop @@ -65,9 +65,9 @@ _phantomjs: phantomjs-all p-all: ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-local-popup.html - ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-popup.html - ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-cms-popup.html - ${MAKE} phantomjs PHANTOMJS_PATH=jasmine.html + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-popup.html?lang=de + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-cms-popup.html?lang=en + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine.html?lang=da mike-test: $(MAKE) _phantomjs PHANTOMJS_URL=http://x.example.indexdata.com/jasmine-popup.html