run phantomjs from root level dir
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 6 Feb 2014 16:15:58 +0000 (16:15 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 6 Feb 2014 16:15:58 +0000 (16:15 +0000)
Makefile

index 8064965..3c1dfa6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ clean distclean:
 
 check-js:
        ${MAKE} -C./test check
+phantomjs:
+       ${MAKE} -C./test $@
 
 # must be called once after GIT checkout
 setup: pz2api-git-checkout