cvsuser 04/05/21 07:03:36
Modified: config/gen/makefiles root.in Log: added t/library/*.t to the test target Revision Changes Path 1.214 +2 -2 parrot/config/gen/makefiles/root.in Index: root.in =================================================================== RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v retrieving revision 1.213 retrieving revision 1.214 diff -u -w -r1.213 -r1.214 --- root.in 19 May 2004 21:04:30 -0000 1.213 +++ root.in 21 May 2004 14:03:36 -0000 1.214 @@ -1,4 +1,4 @@ -# $Id: root.in,v 1.213 2004/05/19 21:04:30 jrieks Exp $ +# $Id: root.in,v 1.214 2004/05/21 14:03:36 jrieks Exp $ ############################################################################### # @@ -931,7 +931,7 @@ # to disable GC_DEBUG. EXTRA_TEST_ARGS = --gc-debug --running-make-test IMCC_TEST_FILES = imcc/t/*/*.t -TEST_FILES = t/op/*.t t/pmc/*.t t/native_pbc/*.t $(IMCC_TEST_FILES) +TEST_FILES = t/library/*.t t/op/*.t t/pmc/*.t t/native_pbc/*.t $(IMCC_TEST_FILES) SRC_TEST_FILES = t/src/*.t # Run test cases with a single call of t/harness
