diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-29 18:39:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-31 19:13:24 +0300 |
commit | b3633d94b0ec44575c7bbc0a741bf0e388beba72 (patch) | |
tree | 65433d99e6e95782ff0805ae18afcbaf2ba726e5 /tests/manifest | |
parent | 3b154abeabf1563c098a3296f4981ce86ec5b07f (diff) |
Add support for environment task manifest value
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/task.testscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/manifest/task.testscript b/tests/manifest/task.testscript index d1ea642..9852f91 100644 --- a/tests/manifest/task.testscript +++ b/tests/manifest/task.testscript @@ -20,11 +20,12 @@ test.options += -t 8:64:3C:73:60:F8:66:3A:A4 machine: windows_10-msvc_14 target: x86_64-microsoft-win32-msvc14.0 + environment: lld config: config.cc.coptions=/Z7 config.cc.loptions=/DEBUG warning-regex: '^warning: ' '^.+: warning: ' EOF - : no-config-no-regex + : no-config-regex-environment : $* <<EOF >>EOF : 1 |