diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-05 21:44:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-10 22:24:59 +0300 |
commit | 98f8d3031eb4b55fcedb753fdd4473b081023db9 (patch) | |
tree | fd6787e635e59582b5b7bb57476e2a1bb2c7ee4c /tests/manifest | |
parent | 9617f1789d76ab7d07d82b040e41d8bc26754b0b (diff) |
Add support for build include/exclude manifest values
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/testscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manifest/testscript b/tests/manifest/testscript index 870d48d..43dfdb1 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -41,6 +41,9 @@ requires: ? ; libc++ standard library if using Clang on Mac OS X. requires: zlib; Most Linux/UNIX systems already have one; or get it at\ www.zlib.net. + build-exclude: *; Only supported on Linux and FreeBSD. + build-include: linux* + build-include: freebsd* location: libfoo-1.2.3+2.tar.bz2 sha256sum: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 : @@ -53,6 +56,7 @@ email: libbar-users@example.org build-email: depends: libbaz (1- 2-) | libbaz [3 4-) | libbaz (5 6] | libbaz [7 8] + build-exclude: *-msvc_14*/i?86-*; Linker crash. location: bar/libbar-3.4A.5+6.tbz sha256sum: d4b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 : |