Mercurial > pub > Impl
view _test/run_tests.pl @ 412:30e8c6a74937 ref20150831
working on di container (role based registrations)
author | cin |
---|---|
date | Mon, 21 Sep 2015 19:54:10 +0300 |
parents | d1676be8afcc |
children | 3f38dabaf5cc |
line wrap: on
line source
#!/usr/bin/perl use strict; use warnings; use lib '../Lib'; use lib '.'; use IMPL::Test::HarnessRunner; my $runner = new IMPL::Test::HarnessRunner(); $runner->RunTests(<*.t>); 1;