public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6848] modula2: Enable iso-extended-opaque-run-pass.exp to build library tests
@ 2023-03-24 12:17 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2023-03-24 12:17 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-6848-gfe6e61fb236e1ac764a7f044ae80ddf458e981a6
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Fri Mar 24 12:16:44 2023 +0000

    modula2: Enable iso-extended-opaque-run-pass.exp to build library tests
    
    This patch fixes the tcl test script iso-extended-opaque-run-pass.exp so
    that the test library modules are built and included with the link command.
    
    gcc/testsuite/ChangeLog:
    
            * gm2/projects/iso/small/run/pass/iso-extended-opaque-run-pass.exp:
            Compile object for stressset.mod and testlib.mod.  Add test so
            that we only link these objects with test application objects.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

Diff:
---
 .../projects/iso/small/run/pass/iso-extended-opaque-run-pass.exp    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gm2/projects/iso/small/run/pass/iso-extended-opaque-run-pass.exp b/gcc/testsuite/gm2/projects/iso/small/run/pass/iso-extended-opaque-run-pass.exp
index bb9f19ef217..4669290befb 100755
--- a/gcc/testsuite/gm2/projects/iso/small/run/pass/iso-extended-opaque-run-pass.exp
+++ b/gcc/testsuite/gm2/projects/iso/small/run/pass/iso-extended-opaque-run-pass.exp
@@ -25,7 +25,7 @@ if $tracelevel then {
 load_lib gm2-torture.exp
 
 gm2_init_iso "${srcdir}/gm2/projects/iso/small/run/pass"
-gm2_link_obj testlib.o
+gm2_link_obj "testlib.o stressset.o"
 
 foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.mod]] {
     # If we're only testing specific files and this isn't one of them, skip it.
@@ -33,8 +33,10 @@ foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.mod]] {
 	continue
     }
 
-    if { $testcase != "$srcdir/$subdir/testlib.mod" } {
+    if { $testcase != "$srcdir/$subdir/testlib.mod" &&
+	 $testcase != "$srcdir/$subdir/stressset.mod" } then {
         gm2_target_compile $srcdir/$subdir/testlib.mod testlib.o object "-g"
+        gm2_target_compile $srcdir/$subdir/stressset.mod stressset.o object "-g"
 	gm2-torture-execute $testcase "" "pass"
     }
 }

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

only message in thread, other threads:[~2023-03-24 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 12:17 [gcc r13-6848] modula2: Enable iso-extended-opaque-run-pass.exp to build library tests 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).