diff options
Diffstat (limited to 'test cases/rust/12 bindgen/meson.build')
-rw-r--r-- | test cases/rust/12 bindgen/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/rust/12 bindgen/meson.build b/test cases/rust/12 bindgen/meson.build index 7844884..6f1864f 100644 --- a/test cases/rust/12 bindgen/meson.build +++ b/test cases/rust/12 bindgen/meson.build @@ -12,7 +12,7 @@ endif # valid. We must try to process a header file for this to work. # # See https://github.com/rust-lang/rust-bindgen/issues/1797 -result = run_command(prog_bindgen, 'include/other.h') +result = run_command(prog_bindgen, 'include/other.h', check: false) if result.returncode() != 0 error('MESON_SKIP_TEST bindgen does not seem to work') endif |