Mercurial > pub > Impl
view _test/object.t @ 26:c529d386d80e
Text services in progress
| author | Sergey | 
|---|---|
| date | Thu, 15 Oct 2009 17:52:09 +0400 | 
| parents | 2e546a5175dd | 
| children | 16ada169ca75 | 
line wrap: on
 line source
#!/usr/bin/perl -w use strict; use lib '../Lib'; use lib '.'; use IMPL::Test::Plan; use IMPL::Test::TAPListener; my $plan = new IMPL::Test::Plan qw( Test::Object::Common Test::Object::List ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();
