aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/task.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manifest/task.test')
-rw-r--r--tests/manifest/task.test24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/manifest/task.test b/tests/manifest/task.test
index 95bb749..c2783cf 100644
--- a/tests/manifest/task.test
+++ b/tests/manifest/task.test
@@ -24,18 +24,6 @@ test.options += -t
warning-regex: '^warning: ' '^.+: warning: '
EOF
- : no-target
- :
- $* <<EOF >>EOF
- : 1
- name: libfoo
- version: 1.0
- repository: http://pkg.example.org/1/math
- machine: windows_10-msvc_14
- config: config.cc.coptions=/Z7 config.cc.loptions=/DEBUG
- warning-regex: '^warning: ' '^.+: warning: '
- EOF
-
: no-config-no-regex
:
$* <<EOF >>EOF
@@ -58,6 +46,7 @@ test.options += -t
version: 1.0
repository: http://pkg.example.org/1/math
machine: windows
+ target: x86_64-microsoft-win32-msvc14.0
config: abc=
EOF
@@ -69,6 +58,7 @@ test.options += -t
version: 1.0
repository: http://pkg.example.org/1/math
machine: windows
+ target: x86_64-microsoft-win32-msvc14.0
config: abc='a "b '"d\e x y="
EOF
}
@@ -320,4 +310,14 @@ EOI
version: 1.0
repository: http://pkg.example.org/1/math
EOI
+
+ : target
+ :
+ $* <<EOI 2>'stdin:6:1: error: no task target specified' == 1
+ : 1
+ name: libfoo
+ version: 1.0
+ repository: http://pkg.example.org/1/math
+ machine: windows_10-msvc_14
+ EOI
}