Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-15 19:44:34 +0300
committerJulius Härtl <jus@bitgrid.net>2018-08-15 19:44:34 +0300
commitae1473bf4e80a9a36c6eba5e6b958659213ff915 (patch)
tree9790e99685828df83bebaf9ef7ec80790b549a51 /Makefile
parent2f78577e004a0df811a269ccb6bf16f3c5673f00 (diff)
Run composer before tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a47717..3f5aa65 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ appstore:
# and root directory. If phpunit is not installed systemwide, a copy is fetched
# from the internet
.PHONY: test
-test: build
+test: composer
ifeq (, $(shell which phpunit 2> /dev/null))
@echo "No phpunit command available, downloading a copy from the web"
mkdir -p $(build_tools_directory)