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:26:02 +0300
committerJulius Härtl <jus@bitgrid.net>2018-08-15 19:34:32 +0300
commit2f78577e004a0df811a269ccb6bf16f3c5673f00 (patch)
treef2d0ef5a5877522f7021b8c7559701f139613c97 /Makefile
parent92a02bc7880a484b35f3841f41311add48e2aed5 (diff)
Fix autoloading for 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 d351b13..1a47717 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:
+test: build
ifeq (, $(shell which phpunit 2> /dev/null))
@echo "No phpunit command available, downloading a copy from the web"
mkdir -p $(build_tools_directory)