1 use strict;
2 use warnings;
3 use Test::More;
4
5 BEGIN {
6 use_ok "BlockDev";
7 }
8
9 done_testing();