Add failing boost test

pull/2819/head
Niklas Claesson 7 years ago
parent d014087fd9
commit 8a89956142
  1. 5
      test cases/failing/69 wrong boost module/meson.build

@ -0,0 +1,5 @@
project('boosttest', 'cpp',
default_options : ['cpp_std=c++11'])
# abc doesn't exist
linkdep = dependency('boost', modules : ['thread', 'system', 'test', 'abc'])
Loading…
Cancel
Save