[perl-ExtUtils-Depends] t/04_extra_libs.t: added 'android' to skipped tests message
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-ExtUtils-Depends] t/04_extra_libs.t: added 'android' to skipped tests message
- Date: Sat, 2 Aug 2014 22:39:08 +0000 (UTC)
commit de7f9c34744d6a68c76a3fee0e65995710659186
Author: Brian Manning <bmanning src gnome org>
Date: Sat Aug 2 15:29:20 2014 -0700
t/04_extra_libs.t: added 'android' to skipped tests message
t/04_extra_libs.t | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/t/04_extra_libs.t b/t/04_extra_libs.t
index 9f303ea..a3c48cd 100644
--- a/t/04_extra_libs.t
+++ b/t/04_extra_libs.t
@@ -14,7 +14,8 @@ my $tmp_inc = temp_inc;
plan (($^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'android') ?
(tests => 1) :
- (skip_all => 'test only applicable to MSWin32 and cygwin'));
+ (skip_all
+ => "test only for 'MSWin32', 'cygwin', and 'android'"));
my $dep_info = ExtUtils::Depends->new ('DepTest');
$dep_info->save_config (catfile $tmp_inc, qw(DepTest Install Files.pm));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]