lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f6a77790413392acc428831c3b8f58ac868842d9
parent c0384950151fd70cd98b268f0917b6a17a1c99a1
Author: Marcel Denia <naoir@gmx.net>
Date:   Wed,  1 Jul 2015 15:47:35 +0200

perl: Include vmsish.t and Internals.t in perl-tests-common

There is no other place for them really.

Signed-off-by: Marcel Denia <naoir@gmx.net>

Diffstat:
Mlang/perl/Makefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lang/perl/Makefile b/lang/perl/Makefile @@ -153,6 +153,7 @@ define Package/perl-tests-common/install $(INSTALL_DIR) $(1)/$(PERL_TESTSDIR) $(INSTALL_DIR) $(1)/$(PERL_TESTSDIR)/Porting $(INSTALL_DIR) $(1)/$(PERL_TESTSDIR)/regen + $(INSTALL_DIR) $(1)/$(PERL_TESTSDIR)/lib $(INSTALL_DIR) $(1)/usr/lib/perl5/$(PERL_VERSION)/XS $(INSTALL_DIR) $(1)/usr/lib/perl5/$(PERL_VERSION)/auto/XS $(INSTALL_DIR) $(1)/usr/lib/perl5/$(PERL_VERSION)/unicore @@ -167,6 +168,8 @@ define Package/perl-tests-common/install $(CP) $(PKG_BUILD_DIR)/lib/XS $(1)/usr/lib/perl5/$(PERL_VERSION)/ $(CP) $(PKG_BUILD_DIR)/lib/auto/XS $(1)/usr/lib/perl5/$(PERL_VERSION)/auto $(CP) $(PKG_BUILD_DIR)/lib/vmsish.pm $(1)/usr/lib/perl5/$(PERL_VERSION)/ + $(CP) $(PKG_BUILD_DIR)/lib/vmsish.t $(1)/$(PERL_TESTSDIR)/lib + $(CP) $(PKG_BUILD_DIR)/lib/Internals.t $(1)/$(PERL_TESTSDIR)/lib $(CP) $(PKG_BUILD_DIR)/lib/unicore/TestProp.pl $(1)/usr/lib/perl5/$(PERL_VERSION)/unicore $(CP) files/perl-run_tests.sh $(1)/$(PERL_TESTSDIR)/run_tests.sh sed \