Mercurial > pub > Impl
view _test/run_tests.pl @ 405:cd6c6e61d442 ref20150831
Working on DI container
author | cin |
---|---|
date | Mon, 31 Aug 2015 10:23:42 +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;