X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=e2d3581537bb71eb1a8d8021d95e9c28a090b115;hb=46e072ebe19e86e9b56203790aad6a765cc179c6;hp=ceacd0ced3ee0752497f7f7540312586f5e1fcd8;hpb=9c015e3a4061fd64f1d82edaf3b1dafd9a1ef032;p=mkws-moved-to-github.git diff --git a/test/widgets/Makefile b/test/widgets/Makefile index ceacd0c..e2d3581 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -1,7 +1,7 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com PHANTOMJS_TIMEOUT=30 -PHANTOMJS= ../node_modules/phantomjs/bin/phantomjs +PHANTOMJS= perl ../bin/bomb.pl --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs IMAGES= ./images SCREENSHOT_WIDTH_HEIGHT= 1000 1200 PERL_SCRIPTS= ../bin/bomb.pl @@ -18,6 +18,7 @@ all: help clean: rm -f index-*.html + rm -f iframe-*.html rm -f ${IMAGES}/*.png distclean: clean