Author: jkeenan
Date: Sat Jan 12 18:50:56 2008
New Revision: 24813

Modified:
   branches/renumbertests/config/gen/makefiles/root.in
   branches/renumbertests/t/harness

Log:
Add t/steps/*.t to configuration tests.  Define CONFIGURE_TESTS to
include t/configure/*.t and t/steps/*.t.


Modified: branches/renumbertests/config/gen/makefiles/root.in
==============================================================================
--- branches/renumbertests/config/gen/makefiles/root.in (original)
+++ branches/renumbertests/config/gen/makefiles/root.in Sat Jan 12 18:50:56 2008
@@ -1431,6 +1431,9 @@
         $(MANIFEST_DIR)/03-regenerate_skip.t \
         $(MANIFEST_DIR)/04-alt_file.t \
         $(MANIFEST_DIR)/05-alt_skip.t
+CONFIGURE_TEST_FILES = \
+    t/configure/*.t \
+       t/steps/*.t
 
 # Common prep for all test targets.
 # We probably need a complete build before running the tests.
@@ -1554,8 +1557,7 @@
 
 # configure tests
 configure_tests :
-       $(PERL) t/harness t/configure/*.t
-
+       $(PERL) t/harness $(CONFIGURE_TEST_FILES)
 
 ###############################################################################
 #

Modified: branches/renumbertests/t/harness
==============================================================================
--- branches/renumbertests/t/harness    (original)
+++ branches/renumbertests/t/harness    Sat Jan 12 18:50:56 2008
@@ -190,7 +190,7 @@
 # configure tests are tests to be run at the beginning of 'make test';
 # standard tests are other tests run by default with no core options
 # present
-my @configure_tests = qw( t/configure/*.t t/postconfigure/*.t );
+my @configure_tests = qw( t/configure/*.t t/steps/*.t t/postconfigure/*.t );
 my @standard_tests = qw(
     t/compilers/json/*.t
     t/examples/*.t

Reply via email to