sim: testsuite: update ignored .exp files [PR sim/29596]

Message ID 20221023194448.23737-1-vapier@gentoo.org
State Committed
Headers
Series sim: testsuite: update ignored .exp files [PR sim/29596] |

Commit Message

Mike Frysinger Oct. 23, 2022, 7:44 p.m. UTC
  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
---
 sim/Makefile.in        | 2 ++
 sim/testsuite/local.mk | 2 ++
 2 files changed, 4 insertions(+)
  

Patch

diff --git a/sim/testsuite/local.mk b/sim/testsuite/local.mk
index e55f8c3c8b22..b8114a565997 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/$*