summaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
authorivan <ivan>2002-03-12 14:51:45 +0000
committerivan <ivan>2002-03-12 14:51:45 +0000
commit25743a94d01bed5db01be7eebfdbd543a63e6a3e (patch)
tree8ffdb7bf85a7d2526a29a65a8900f3a203b52e76 /test.pl
Diffstat (limited to 'test.pl')
-rw-r--r--test.pl17
1 files changed, 17 insertions, 0 deletions
diff --git a/test.pl b/test.pl
new file mode 100644
index 0000000..9d970e0
--- /dev/null
+++ b/test.pl
@@ -0,0 +1,17 @@
+# Before `make install' is performed this script should be runnable with
+# `make test'. After `make install' it should work as `perl test.pl'
+
+#########################
+
+# change 'tests => 1' to 'tests => last_test_to_print';
+
+use Test;
+BEGIN { plan tests => 1 };
+use HTML::Widgets::SelectLayers;
+ok(1); # If we made it this far, we're ok.
+
+#########################
+
+# Insert your test code below, the Test module is use()ed here so read
+# its man page ( perldoc Test ) for help writing this test script.
+