Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-simple-perl / libtest-simple-perl-0.80 / t / simple.t
diff --git a/dev/i386/libtest-simple-perl/libtest-simple-perl-0.80/t/simple.t b/dev/i386/libtest-simple-perl/libtest-simple-perl-0.80/t/simple.t
new file mode 100644 (file)
index 0000000..7297e9d
--- /dev/null
@@ -0,0 +1,17 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+        chdir 't';
+        @INC = '../lib';
+    }
+}
+
+use strict;
+
+BEGIN { $| = 1; $^W = 1; }
+
+use Test::Simple tests => 3;
+
+ok(1, 'compile');
+
+ok(1);
+ok(1, 'foo');