From 47bdea504067d00e9bed522e9575bd2416bfe4ee Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Fri, 13 Sep 2019 12:23:06 +0200 Subject: mconf: Fix meson configure crash (fixes #5909) --- run_unittests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index f06be23..8cc9811 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3624,6 +3624,10 @@ recommended as it is not supported on some platforms''') self.maxDiff = None self.assertListEqual(res_nb, res_wb) + def test_meson_configure_from_source_does_not_crash(self): + testdir = os.path.join(self.unit_test_dir, '59 introspect buildoptions') + self._run(self.mconf_command + [testdir]) + def test_introspect_json_dump(self): testdir = os.path.join(self.unit_test_dir, '57 introspection') self.init(testdir) -- cgit v1.1