Ottomata has submitted this change and it was merged. Change subject: Add check target to run tests ......................................................................
Add check target to run tests Change-Id: I0c5fda4311529e711ddeb394d2517377271cbce4 --- M Makefile 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/Makefile b/Makefile index 708e24c..eb47954 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ clean: rm -f *.o collector filter +check: filter + @./test.sh + install: install collector filter $(DESTDIR)/usr/local/bin install webstats-collector.upstart.conf $(DESTDIR)/etc/init/webstats-collector.conf -- To view, visit https://gerrit.wikimedia.org/r/98504 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0c5fda4311529e711ddeb394d2517377271cbce4 Gerrit-PatchSet: 3 Gerrit-Project: analytics/webstatscollector Gerrit-Branch: master Gerrit-Owner: QChris <christ...@quelltextlich.at> Gerrit-Reviewer: Ottomata <o...@wikimedia.org> Gerrit-Reviewer: Stefan.petrea <ste...@garage-coding.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits