commit | c7ccb471770f90e5d35bf9ba873e5748c3e60a50 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jan 22 10:05:00 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Wed Jan 25 09:02:11 2023 -0700 |
tree | fa0d883805918a492fdbef323f3993f825ce48da | |
parent | 73c06197483d1dcb82d17580f60d94ebfecf7a3b [diff] |
Introduce and use is_any_target A few tests work on two different targets that can't be detected with a single call to istarget -- that proc only accepts globs, not regular expressions. This patch introduces a new is_any_target proc and then converts these tests to use it in a 'require'.