This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Run libstdc++-v3 decimal tests with parallel make check


Comparing testsuite results for libstdc++-v3 between a sequential and
parallel make -k check, I noticed that in the parallel case the decimal
tests weren't run.

The following patch fixes this.

Ok for mainline, though I suppose this is obvious.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2010-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* testsuite/Makefile.am (check-DEJAGNU): Include de* in normal0
	dirs.
	* testsuite/Makefile.in: Regenerate.

diff -r 4501076b5878 libstdc++-v3/testsuite/Makefile.am
--- a/libstdc++-v3/testsuite/Makefile.am	Sun Feb 28 08:15:51 2010 +0100
+++ b/libstdc++-v3/testsuite/Makefile.am	Sun Feb 28 08:20:38 2010 +0100
@@ -140,7 +140,7 @@
 			$(RUNTESTFLAGS) abi.exp; \
 	    else echo "WARNING: could not find \`runtest'" 1>&2; :;\
 	    fi; \
-	    dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [abep]*/*`";; \
+	    dirs="`cd $$srcdir; echo [013-9][0-9]_*/* [ab]* de* [ep]*/*`";; \
 	  normal1) \
 	    dirs="`cd $$srcdir; echo 2[0-2]_*/*`";; \
 	  normal2) \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]