Create branch register_actions.
[catagits/Catalyst-Runtime.git] / t / aggregate.t
CommitLineData
ae29b412 1#!perl
2
3use strict;
4use warnings;
5
6use FindBin;
7use lib "$FindBin::Bin/lib";
8
9use Test::Aggregate;
10
11my $tests = Test::Aggregate->new({
12 dirs => 't/aggregate',
13 verbose => 0,
14 set_filenames => 1,
15 findbin => 1,
16});
17
18$tests->run;