Add a test case for dependency(method:'config-tool') with an unknown name

This failed with an exception with 0.49. Fixed by c0166355, but add a
test case to ensure it doesn't regress.
pull/5266/head
Jon Turney 5 years ago committed by Nirbheek Chauhan
parent 2942467148
commit 3c86520b6f
  1. 2
      test cases/failing/96 dependency not config-tool/96 unknown config tool/meson.build

@ -0,0 +1,2 @@
project('no-such-config-tool')
dependency('no-such-config-tool', method:'config-tool')
Loading…
Cancel
Save