Mercurial > pub > Impl
view _test/SQL.t @ 46:75148ccd732d
Upgrading resources
author | Sergey |
---|---|
date | Tue, 02 Feb 2010 17:09:49 +0300 |
parents | 0004faa276dc |
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::SQL::Schema ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run(); 1;