diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-12-18 18:16:28 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-01-04 22:01:20 -0800 |
commit | 96fb96ddd00881947875518df832fa74faec8a45 (patch) | |
tree | c01e5c2bc26fc307c2d236f2b7a7d70de8d79509 /meta/recipes-devtools/perl/perl-5.14.2 | |
parent | c76ae248334606d10ab730b1b2e9f626ff3c5809 (diff) | |
download | openembedded-core-96fb96ddd00881947875518df832fa74faec8a45.tar.gz openembedded-core-96fb96ddd00881947875518df832fa74faec8a45.tar.bz2 openembedded-core-96fb96ddd00881947875518df832fa74faec8a45.zip |
perl: add sub-package perl-tests
In perl source code, run "make test" will run perl test cases. Put these
cases into a seprated sub-package then we can run the perl test on
target.
Add following module to nonxs_ext to install extra modules that required
by perl test cases:
CPAN/Meta CPAN/Meta/YAML Dumpvalue Env File/CheckTree HTTP/Tiny I18N/Collate
JSON/PP Perl/OSType Version/Requirements
Commands to run test:
cd /opt/perl-tests/t && ./TEST
[Yocto 3296]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.14.2')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.14.2/config.sh | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.14.2/config.sh b/meta/recipes-devtools/perl/perl-5.14.2/config.sh index d1db02e711..324a67c71f 100644 --- a/meta/recipes-devtools/perl/perl-5.14.2/config.sh +++ b/meta/recipes-devtools/perl/perl-5.14.2/config.sh @@ -847,7 +847,23 @@ netdb_net_type='in_addr_t' nm='nm' nm_opt='' nm_so_opt='--dynamic' -nonxs_ext='Archive/Extract Archive/Tar Attribute/Handlers AutoLoader B/Debug B/Deparse B/Lint CGI CPAN CPANPLUS CPANPLUS/Dist/Build Class/ISA Devel/SelfStubber Digest Errno ExtUtils/CBuilder ExtUtils/Command ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/ParseXS File/Fetch File/Path File/Temp FileCache Filter/Simple Getopt/Long I18N/LangTags IO/Compress IO/Zlib IPC/Cmd IPC/Open2 IPC/Open3 Locale/Codes Locale/Maketext Locale/Maketext/Simple Log/Message Log/Message/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Pluggable NEXT Net/Ping Object/Accessor Package/Constants Params/Check Parse/CPAN/Meta PerlIO/via/QuotedPrint Pod/Escapes Pod/Html Pod/LaTeX Pod/Parser Pod/Perldoc Pod/Plainer Pod/Simple Safe SelfLoader Shell Switch Term/ANSIColor Term/Cap Term/UI Test Test/Harness Test/Simple Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Hash/NamedCapture Tie/Memoize Tie/RefHash Time/Local Unicode/Collate XSLoader autodie autouse base bignum constant encoding/warnings if lib libnet parent podlators' +nonxs_ext='Archive/Extract Archive/Tar Attribute/Handlers AutoLoader B/Debug \ +B/Deparse B/Lint CGI CPAN CPAN/Meta CPAN/Meta/YAML CPANPLUS CPANPLUS/Dist/Build \ +Class/ISA Devel/SelfStubber Digest Dumpvalue Env Errno ExtUtils/CBuilder \ +ExtUtils/Command ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker \ +ExtUtils/Manifest ExtUtils/ParseXS File/CheckTree File/Fetch File/Path File/Temp \ +FileCache Filter/Simple Getopt/Long HTTP/Tiny I18N/Collate I18N/LangTags \ +IO/Compress IO/Zlib IPC/Cmd IPC/Open2 IPC/Open3 JSON/PP Locale/Codes \ +Locale/Maketext Locale/Maketext/Simple Log/Message Log/Message/Simple \ +Math/BigInt Math/BigRat Math/Complex Memoize Module/Build Module/CoreList \ +Module/Load Module/Load/Conditional Module/Loaded Module/Pluggable NEXT Net/Ping \ +Object/Accessor Package/Constants Params/Check Parse/CPAN/Meta Perl/OSType \ +PerlIO/via/QuotedPrint Pod/Escapes Pod/Html Pod/LaTeX Pod/Parser Pod/Perldoc \ +Pod/Plainer Pod/Simple Safe SelfLoader Shell Switch Term/ANSIColor Term/Cap \ +Term/UI Test Test/Harness Test/Simple Text/Balanced Text/ParseWords Text/Tabs \ +Thread/Queue Thread/Semaphore Tie/File Tie/Hash/NamedCapture Tie/Memoize \ +Tie/RefHash Time/Local Unicode/Collate Version/Requirements XSLoader autodie \ +autouse base bignum constant encoding/warnings if lib libnet parent podlators' nroff='nroff' nvEUformat='"E"' nvFUformat='"F"' |