Commit a7a63e5
meson: Run ECPG tests in runnable cross builds
The ECPG tests need to run the host ecpg binary to generate test
dependencies. They are currently disabled for every cross build, even
when the build machine can run host binaries directly or through an
executable wrapper.
Use meson.can_run_host_binaries() to skip the tests only when host
binaries cannot run. The preceding patch makes the regression test
harness honor an executable wrapper.1 parent af41c6d commit a7a63e5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments