summaryrefslogtreecommitdiffstats
path: root/js/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'js/Makefile')
-rw-r--r--js/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Makefile b/js/Makefile
index f3ee911b9..cb4c0339e 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -37,6 +37,10 @@ watch: compile
testacular: deps
export CHROME_BIN=$(chrome_bin) && export FIREFOX_BIN=$(firefox_bin) && \
$(grunt) --config $(CURDIR)/Gruntfile.coffee testacular
+
+testacular_phantom: deps
+ export PHANTOMJS_BIN=$(phantomjs) && \
+ $(grunt) --config $(CURDIR)/Gruntfile.coffee testacular:unit_phantom
phpunit: deps
$(grunt) --config $(CURDIR)/Gruntfile.coffee testphp