diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-12-14 15:03:46 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-15 17:13:35 +0000 |
commit | 7e521e02a6ec1430220b8a11515e098cc26f52b5 (patch) | |
tree | 3f7ae9f63fc223619298d01e39790c72bfd42edf /ext | |
parent | 2c12eace71b6dabbf7f5ffafe0561fc5456f8df1 (diff) | |
download | perl-7e521e02a6ec1430220b8a11515e098cc26f52b5.tar.gz |
Compile test
Message-ID: <20011215010346.GD28596@blackrider>
p4raw-id: //depot/perl@13698
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/bblock.t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/B/t/bblock.t b/ext/B/t/bblock.t new file mode 100644 index 0000000000..1d8e04cb07 --- /dev/null +++ b/ext/B/t/bblock.t @@ -0,0 +1,12 @@ +#!./perl -Tw + +BEGIN { + chdir 't'; + @INC = '../lib'; +} + +use Test::More tests => 1; + +use_ok('B::Bblock', qw(find_leaders)); + +# Someone who understands what this module does, please fill this out. |