public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] sim: testsuite: update ignored .exp files [PR sim/29596]
Date: Sun, 23 Oct 2022 20:59:26 +0000 (GMT)	[thread overview]
Message-ID: <20221023205926.B8AE4385042A@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e60091e4d30f87e6b24d28829bf753369d338d3e

commit e60091e4d30f87e6b24d28829bf753369d338d3e
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Oct 24 01:28:15 2022 +0545

    sim: testsuite: update ignored .exp files [PR sim/29596]
    
    Now that we run `check/foo.exp` instead of `check/./foo.exp`,
    update the config/ & lib/ exceptions to cover both paths.
    
    Bug: https://sourceware.org/PR29596

Diff:
---
 sim/Makefile.in        | 2 ++
 sim/testsuite/local.mk | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sim/Makefile.in b/sim/Makefile.in
index 7e18bd161b4..18e84e52266 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -2464,7 +2464,9 @@ site-sim-config.exp: Makefile
 
 # Ignore dirs that only contain configuration settings.
 check/./config/%.exp: ; @true
+check/config/%.exp: ; @true
 check/./lib/%.exp: ; @true
+check/lib/%.exp: ; @true
 
 check/%.exp:
 	$(AM_V_at)mkdir -p testsuite/$*
diff --git a/sim/testsuite/local.mk b/sim/testsuite/local.mk
index e55f8c3c8b2..b8114a56599 100644
--- a/sim/testsuite/local.mk
+++ b/sim/testsuite/local.mk
@@ -40,7 +40,9 @@ DO_RUNTEST = \
 
 # Ignore dirs that only contain configuration settings.
 check/./config/%.exp: ; @true
+check/config/%.exp: ; @true
 check/./lib/%.exp: ; @true
+check/lib/%.exp: ; @true
 
 check/%.exp:
 	$(AM_V_at)mkdir -p testsuite/$*

                 reply	other threads:[~2022-10-23 20:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221023205926.B8AE4385042A@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).