Author: paultcochrane
Date: Thu Mar 29 05:35:33 2007
New Revision: 17834

Modified:
   trunk/t/harness

Log:
[t/harness] Added the file_metadata.t test to the default list of tests.


Modified: trunk/t/harness
==============================================================================
--- trunk/t/harness     (original)
+++ trunk/t/harness     Thu Mar 29 05:35:33 2007
@@ -158,7 +158,13 @@
     compilers/past compilers/pge compilers/pge/p5regex compilers/pge/p6regex
     compilers/tge compilers/json library examples run src tools perl doc stm
 );
-push @default_tests, 't/distro/manifest.t';
+
+# append the distribution checking tests to the default tests
+my @distro_tests = map { "t/distro/$_" } qw(
+    manifest.t
+    file_metadata.t
+);
+push @default_tests, @distro_tests;
 
 # collect the coding standard tests (that we want to run) together and
 # append them to the list of default tests

Reply via email to