#! perl

use Log::Log4perl;

my $string = "
log4perl.rootLogger                               = DEBUG, root
log4perl.appender.root                            = Log::Log4perl::Appender::Screen
log4perl.appender.root.layout                     = SimpleLayout";
Log::Log4perl->init(\$string);

use Tapper::TestSuite::AutoTest;

my $wrapper = Tapper::TestSuite::AutoTest->new();
my $args = $wrapper->parse_args();
$args = $wrapper->install($args);
$args = $wrapper->run($args);

=head1 NAME

tapper-testsuite-autotest - Frontend tool for running autotest in a Tapper infrastructure

=head1 SYNOPSIS

Run an autotest subtest and report results to Tapper:

  $ tapper-testsuite-autotest -t hackbench

Run multiple autotest subtests and report results to Tapper:

  $ tapper-testsuite-autotest -t hackbench -t hwclock

For more information see the Perl module
L<Tapper::TestSuite::AutoTest|Tapper::TestSuite::AutoTest>.

=head1 AUTHOR

AMD OSRC Tapper Team, C<< <tapper at amd64.org> >>

=head1 COPYRIGHT & LICENSE

Copyright 2008-2011 AMD OSRC Tapper Team, all rights reserved.

This program is released under the following license: freebsd

=cut
