Add ARM files
[dh-make-perl] / dev / arm / libio-compress-zlib-perl / libio-compress-zlib-perl-2.012 / t / 101truncate-zip.t
diff --git a/dev/arm/libio-compress-zlib-perl/libio-compress-zlib-perl-2.012/t/101truncate-zip.t b/dev/arm/libio-compress-zlib-perl/libio-compress-zlib-perl-2.012/t/101truncate-zip.t
new file mode 100644 (file)
index 0000000..719da36
--- /dev/null
@@ -0,0 +1,38 @@
+BEGIN {
+    if ($ENV{PERL_CORE}) {
+       chdir 't' if -d 't';
+       @INC = ("../lib", "lib/compress");
+    }
+}
+
+use lib qw(t t/compress);
+use strict;
+use warnings;
+
+#use Test::More skip_all => "not implemented yet";
+use Test::More ;
+
+BEGIN {
+    # use Test::NoWarnings, if available
+    my $extra = 0 ;
+    $extra = 1
+        if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
+
+    plan tests => 2316 + $extra;
+
+};
+
+
+
+
+
+use IO::Compress::Zip     qw($ZipError) ;
+use IO::Uncompress::Unzip qw($UnzipError) ;
+
+sub identify
+{
+    'IO::Compress::Zip';
+}
+
+require "truncate.pl" ;
+run();