summaryrefslogtreecommitdiff
path: root/test cases/python3
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-11-09 18:58:28 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-11-09 15:00:28 -0500
commit5603f90287695fc6e092f2701ec222e4fddc3899 (patch)
tree0ed330e523a5575d1a551cc5d4d0f4cc2565ea83 /test cases/python3
parent5fdac48250c0e4a7ad6e9b92041ab7b4d1bd02ec (diff)
downloadmeson-5603f90287695fc6e092f2701ec222e4fddc3899.tar.gz
Allow tests to mark themselves as skipped during runtime.
Diffstat (limited to 'test cases/python3')
-rw-r--r--test cases/python3/3 cython/meson.build2
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