From 84b9bd7243f14d5d808aec55712b4f2bc6534445 Mon Sep 17 00:00:00 2001 From: Matthias Jouan Date: Tue, 7 Apr 2015 20:36:35 +0000 Subject: [PATCH] Fix Makefile : run unit tests only once even if some files were modified --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf08687..beea733 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ phpcs: prepare-build $(PHPCSED) #phpunit -$(BUILDDIR)/phpunit.log: +$(BUILDDIR)/phpunit.log: $(SOURCES) @echo "Running phpunit tests" @$(PIPEFAIL) $(PHPUNIT) $(PHPUNITOPTIONS) | tee $@