From 895de87b9069d1fca51c3550fe7d113a43f9e586 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Sun, 12 Jul 2020 09:12:16 -0400 Subject: some python test cases don't care about backend, so run them in any case --- test cases/python/2 extmodule/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test cases/python/2 extmodule') diff --git a/test cases/python/2 extmodule/meson.build b/test cases/python/2 extmodule/meson.build index b4eb96039..54c50b4be 100644 --- a/test cases/python/2 extmodule/meson.build +++ b/test cases/python/2 extmodule/meson.build @@ -3,6 +3,10 @@ project('Python extension module', 'c', # Because Windows Python ships only with optimized libs, # we must build this project the same way. +if meson.backend() != 'ninja' + error('MESON_SKIP_TEST: Ninja backend required') +endif + py_mod = import('python') py = py_mod.find_installation() py_dep = py.dependency() -- cgit v1.2.3