Mercurial > pub > Impl
view _test/Resources.t @ 22:da5bc24b3d3c
wmi tests
author | Sergey |
---|---|
date | Wed, 30 Sep 2009 17:41:32 +0400 |
parents | 818c74b038ae |
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::Resources::Format ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();