Update test to not expect top-level links in the summary.
[mkws-moved-to-github.git] / test / widgets / Makefile
index ceacd0c..e2d3581 100644 (file)
@@ -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