aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/machine-header.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-08 20:24:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-12 16:27:58 +0300
commited8e64ca8525872c97f9331cb5c882b40864b84e (patch)
tree62abb95ed6dac0a8b25c7f5123d2093d5d26628c /tests/manifest/machine-header.testscript
parent1d30ee0f8a017be6611e2eebffc5c539a8b1d12c (diff)
Add support for build auxiliary machines related manifest values
Diffstat (limited to 'tests/manifest/machine-header.testscript')
-rw-r--r--tests/manifest/machine-header.testscript18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manifest/machine-header.testscript b/tests/manifest/machine-header.testscript
index 84295d2..559a107 100644
--- a/tests/manifest/machine-header.testscript
+++ b/tests/manifest/machine-header.testscript
@@ -13,6 +13,8 @@ test.options += -m
id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
name: windows_10-msvc_14
summary: Windows 10 build 1607 with VC 14 update 3
+ role: build
+ ram-minimum: 4194304
EOF
}
@@ -52,6 +54,22 @@ EOI
summary: Windows
summary: Windows
EOI
+
+ : ram-maximum
+ :
+ $* <<EOI 2>'stdin:3:1: error: machine maximum RAM redefinition' == 1
+ : 1
+ ram-maximum: 4194304
+ ram-maximum: 4194304
+ EOI
+
+ : role
+ :
+ $* <<EOI 2>'stdin:3:1: error: machine role redefinition' == 1
+ : 1
+ role: build
+ role: auxiliary
+ EOI
}
: empty