aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks/33 boost split root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/frameworks/33 boost split root/meson.build')
-rw-r--r--test cases/frameworks/33 boost split root/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/frameworks/33 boost split root/meson.build b/test cases/frameworks/33 boost split root/meson.build
new file mode 100644
index 0000000..a2353bb
--- /dev/null
+++ b/test cases/frameworks/33 boost split root/meson.build
@@ -0,0 +1,6 @@
+project('boosttest', 'cpp')
+
+dep = dependency('boost', modules : 'regex', required: false)
+
+assert(dep.found(), 'expected to find a fake version of boost')
+assert(dep.version() == '0.2.0', 'expected to find version 0.2.0')