diff options
author | ivan <ivan> | 2002-03-12 14:51:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-12 14:51:45 +0000 |
commit | 25743a94d01bed5db01be7eebfdbd543a63e6a3e (patch) | |
tree | 8ffdb7bf85a7d2526a29a65a8900f3a203b52e76 /test.pl |
initial importHTML_Widgets_SelectLayers_0_01BEGIN
Diffstat (limited to 'test.pl')
-rw-r--r-- | test.pl | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. + |