summaryrefslogtreecommitdiffstats
path: root/js/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-19 18:41:30 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-19 18:41:42 +0100
commit3cacc9c90d40f385786482faa51c308afdf54cec (patch)
treefcbf382b55f5d75867ae5e5646ea5f65d5b42cb0 /js/Makefile
parentcff8adacea135acaf63dc92dd4fbdcd68a070635 (diff)
added entity baseclass and pull deps if phpunit is run
Diffstat (limited to 'js/Makefile')
-rw-r--r--js/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Makefile b/js/Makefile
index 2a0b8577d..7823bfa26 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -38,7 +38,7 @@ testacular: deps
export CHROME_BIN=$(chrome_bin) && export FIREFOX_BIN=$(firefox_bin) && \
$(grunt) --config $(CURDIR)/Gruntfile.coffee testacular
-phpunit:
+phpunit: deps
$(grunt) --config $(CURDIR)/Gruntfile.coffee testphp
compile: deps