sim: testsuite: update ignored .exp files [PR sim/29596]
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 Oct 2022 19:43:15 +0000 (01:28 +0545)
committerMike Frysinger <vapier@gentoo.org>
Sun, 23 Oct 2022 19:43:15 +0000 (01:28 +0545)
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
sim/testsuite/local.mk

index 7e18bd161b44aab38e1e6a839642108f8ad01af4..18e84e522660a2633c40adffdee653185926c623 100644 (file)
@@ -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/$*
index e55f8c3c8b229f2810af22e06c9050ccc0322cdc..b8114a565997f1665e14af9a0bb0e5965f6785f1 100644 (file)
@@ -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/$*