Move aggregatable tests using TestApp to t/aggregate.
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 29dd6f8..dc525a3 100644 (file)
@@ -33,6 +33,8 @@ requires 'URI' => '1.35';
 requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness
 requires 'MRO::Compat';
 
+tests 't/*.t t/aggregate/*.t';
+
 if (-e 'inc/.author') {
   build_requires 'Test::NoTabs';
   build_requires 'Test::Pod' => 1.14;