6 use lib
"./tests-lib/perl5";
9 # Set this to the bare command to test
11 my $builddir = $ENV{BUILD
};
13 $builddir = dirname
($0) . "/..";
16 # Set this to the directory holding $command
17 my $srcdir = "$builddir/src/venus";
19 #---------------------------------------------------------------------
21 my @sub_commands = lookup_sub_commands
($srcdir, $command);
22 plan tests
=> scalar @sub_commands;
24 test_command_man_pages
($builddir, $command, @sub_commands);