From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id B8AE4385042A; Sun, 23 Oct 2022 20:59:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8AE4385042A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666558766; bh=q8wg9x6OLLteYwofk29j9AFEiEIbn91NTgahhtRnn8w=; h=From:To:Subject:Date:From; b=FgixnKB50ApCHOVxWKSFdxABpah0uSiN4iqD8/FA7QMQbKEmrvwq4fvyRufSXxrVP dLo/UN7P9pCBgQDVNE0BQwROKLfZc4ZYQIjR8JgtueEuMScU4iqJWe30ozT421Me2n 9hmEU5CoAl44L9Dn28vc79apE1wa5LSg0DTFLd/M= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim: testsuite: update ignored .exp files [PR sim/29596] X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 86ef36f655d13cd39ff573de079b35a142f8cf42 X-Git-Newrev: e60091e4d30f87e6b24d28829bf753369d338d3e Message-Id: <20221023205926.B8AE4385042A@sourceware.org> Date: Sun, 23 Oct 2022 20:59:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De60091e4d30f= 87e6b24d28829bf753369d338d3e commit e60091e4d30f87e6b24d28829bf753369d338d3e Author: Mike Frysinger Date: Mon Oct 24 01:28:15 2022 +0545 sim: testsuite: update ignored .exp files [PR sim/29596] =20 Now that we run `check/foo.exp` instead of `check/./foo.exp`, update the config/ & lib/ exceptions to cover both paths. =20 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 =20 # Ignore dirs that only contain configuration settings. check/./config/%.exp: ; @true +check/config/%.exp: ; @true check/./lib/%.exp: ; @true +check/lib/%.exp: ; @true =20 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 =3D \ =20 # Ignore dirs that only contain configuration settings. check/./config/%.exp: ; @true +check/config/%.exp: ; @true check/./lib/%.exp: ; @true +check/lib/%.exp: ; @true =20 check/%.exp: $(AM_V_at)mkdir -p testsuite/$*