From c04651fe241ebaa4a32e49590416b0bbabebc5fa Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 13 Apr 2019 09:20:47 +0200 Subject: mintro: Fix set_variable plus assign bug (closes #5256) --- test cases/unit/55 introspection/meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test cases') diff --git a/test cases/unit/55 introspection/meson.build b/test cases/unit/55 introspection/meson.build index 588f71cd7..95a7c5f0f 100644 --- a/test cases/unit/55 introspection/meson.build +++ b/test cases/unit/55 introspection/meson.build @@ -9,6 +9,9 @@ b2 = get_option('test_opt2') test_bool = b1 or b2 test_bool = b1 and b2 +set_variable('list_test_plusassign', []) +list_test_plusassign += ['bugs everywhere'] + if false dependency('somethingthatdoesnotexist', required: true) dependency('look_i_have_a_fallback', fallback: ['oh_no', 'the_subproject_does_not_exist']) -- cgit v1.2.3