From 5603f90287695fc6e092f2701ec222e4fddc3899 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 9 Nov 2016 18:58:28 +0200 Subject: Allow tests to mark themselves as skipped during runtime. --- test cases/python3/3 cython/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/python3') 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 -- cgit v1.2.3