Updated Branches: refs/heads/master 7b48d9b8b -> 821a0f0ab
TS-2046 Add a make test as well Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/821a0f0a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/821a0f0a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/821a0f0a Branch: refs/heads/master Commit: 821a0f0ab2ac6113c5557af516879ebbd4871530 Parents: 7b48d9b Author: Leif Hedstrom <[email protected]> Authored: Fri Jul 19 19:37:25 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Fri Jul 19 19:37:25 2013 -0600 ---------------------------------------------------------------------- lib/perl/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/821a0f0a/lib/perl/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am index bd00a36..97c4eec 100644 --- a/lib/perl/Makefile.am +++ b/lib/perl/Makefile.am @@ -22,3 +22,8 @@ Makefile-pl: $(srcdir)/Makefile.PL install-exec-local: Makefile-pl $(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR) install + +test: check + +check-local: Makefile-pl + $(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR) test
