mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
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
This commit is contained in:
parent
86ef36f655
commit
e60091e4d3
2 changed files with 4 additions and 0 deletions
|
|
@ -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/$*
|
||||
|
|
|
|||
|
|
@ -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/$*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue