From: Mike Frysinger Date: Sun, 23 Oct 2022 19:43:15 +0000 (+0545) Subject: sim: testsuite: update ignored .exp files [PR sim/29596] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e60091e4d30f87e6b24d28829bf753369d338d3e;p=binutils-gdb.git 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 --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/$*