public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] Bugfix for 102323 gm2 testsuite is now parallelized.
@ 2021-10-13 16:17 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2021-10-13 16:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f737a5994d132d37e6d83c77088ede6d01e3264d

commit f737a5994d132d37e6d83c77088ede6d01e3264d
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Wed Oct 13 17:16:10 2021 +0100

    Bugfix for 102323 gm2 testsuite is now parallelized.
    
    2021-10-13  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
    
    gcc/m2/ChangeLog:
    
            * m2/Make-lang.in (lang_checks_parallelized): Include check-gm2.
            (check_gm2_parallelize) Set to 10000.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/Make-lang.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in
index 5f80c9b7f84..8721879530a 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -2253,6 +2253,9 @@ check-modula-2: check-gm2
 check_modula-2: check-gm2
 
 lang_checks += check-gm2
+lang_checks_parallelized += check-gm2
+# For description see the check_$lang_parallelize comment in gcc/Makefile.in.
+check_gm2_parallelize = 10000
 
 check-gm2-local: $(GM2TESTSUITEDIR)/site.exp
 	-(rootme=`${PWD_COMMAND}`; export rootme; \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-13 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 16:17 [gcc/devel/modula-2] Bugfix for 102323 gm2 testsuite is now parallelized Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).