summaryrefslogtreecommitdiff
path: root/test cases/linuxlike
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-06-14 03:10:35 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-17 12:33:06 +0300
commitea3e28dbb97cefac717445ec22bbec9b31234991 (patch)
tree67d9976cd6b407d5d91e15e8af1f873eac70eaf0 /test cases/linuxlike
parentf75d39468317fa642fca264ef05c4ef7c86fd9ca (diff)
downloadmeson-ea3e28dbb97cefac717445ec22bbec9b31234991.tar.gz
valgrind: Fix __init__ call
Adds a test so that this is catched later. Closes https://github.com/mesonbuild/meson/issues/1937
Diffstat (limited to 'test cases/linuxlike')
-rw-r--r--test cases/linuxlike/5 dependency versions/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/linuxlike/5 dependency versions/meson.build b/test cases/linuxlike/5 dependency versions/meson.build
index ad513f20f..d4140b757 100644
--- a/test cases/linuxlike/5 dependency versions/meson.build
+++ b/test cases/linuxlike/5 dependency versions/meson.build
@@ -92,7 +92,7 @@ endif
objc_found = add_languages('objc', required : false)
-foreach d : ['sdl2', 'gnustep', 'wx', 'gl', 'python3', 'boost', 'gtest', 'gmock']
+foreach d : ['sdl2', 'gnustep', 'wxwidgets', 'gl', 'python3', 'boost', 'gtest', 'gmock', 'valgrind']
if d == 'gnustep' and not objc_found
message('Skipping gnustep because no ObjC compiler found')
else