diff options
Diffstat (limited to 'test cases/python3')
| -rw-r--r-- | test cases/python3/3 cython/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/python3/3 cython/meson.build b/test cases/python3/3 cython/meson.build index cd245c71c..872964082 100644 --- a/test cases/python3/3 cython/meson.build +++ b/test cases/python3/3 cython/meson.build @@ -13,5 +13,5 @@ if cython.found() env : ['PYTHONPATH=' + pydir] ) else - message('Cython not found, skipping test.') + error('MESON_SKIP_TEST: Cython not found, skipping test.') endif |
