Skip to content

Commit

Permalink
Fix Makefile : run unit tests only once even if some files were modified
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjmattj committed Apr 7, 2015
1 parent ec41940 commit 84b9bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ phpcs: prepare-build $(PHPCSED)


#phpunit
$(BUILDDIR)/phpunit.log:
$(BUILDDIR)/phpunit.log: $(SOURCES)
@echo "Running phpunit tests"
@$(PIPEFAIL) $(PHPUNIT) $(PHPUNITOPTIONS) | tee $@

Expand Down

0 comments on commit 84b9bd7

Please sign in to comment.