diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-08-14 23:46:15 +0100 |
|---|---|---|
| committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-08-26 17:23:39 +0100 |
| commit | dadf6e2233f15beff6b544850fee7bfa765e951e (patch) | |
| tree | d82dbed0ca53c2dac536c84981f3b71e49f7504c /test cases/frameworks/1 boost | |
| parent | 0f568cc8d5f8511790ca75188569f60c14f775b7 (diff) | |
| download | meson-dadf6e2233f15beff6b544850fee7bfa765e951e.tar.gz | |
Tests for version constraints on custom lookup dependencies
Diffstat (limited to 'test cases/frameworks/1 boost')
| -rw-r--r-- | test cases/frameworks/1 boost/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/frameworks/1 boost/meson.build b/test cases/frameworks/1 boost/meson.build index 939959873..d1e1da4b1 100644 --- a/test cases/frameworks/1 boost/meson.build +++ b/test cases/frameworks/1 boost/meson.build @@ -33,3 +33,6 @@ test('Boost nomod', nomodexe) test('Boost extralib test', extralibexe) subdir('partial_dep') + +# check we can apply a version constraint +dependency('boost', version: '>=@0@'.format(dep.version())) |
