Mercurial > pub > Impl
view _test/run_tests.pl @ 421:7798345304bc ref20150831
working on IMPL::Config, removed old stuff
author | cin |
---|---|
date | Sun, 16 Jul 2017 22:59:39 +0300 |
parents | 3f38dabaf5cc |
children |
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;