
| Current Path : /var/www/web-klick.de/dsh/10_customer2017/1204__intel/Testframework/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/10_customer2017/1204__intel/Testframework/p0 |
#!/opt/perl/5.8.8/bin/perl
use Data::Dumper;
my $package = shift;
$package =~ s/\.pm$//;
$package =~ s/[\\\/]/\:\:/gs;
eval("use $package"); print $@;
my $o = $package->new()->run(@ARGV);
print Dumper($o);
__END__
=head1 NAME
p0 - the test run caller for TestTree-Objects
=head1 SYNOPSIS
p0 <TestItem>
=head1 DESCRIPTION
This is the caller script for running Test Items.
=head1 SYNOPSIS
p0 <TestItem>
= head1
See also: TestTree.pm
=cut