diff options
Diffstat (limited to 'tests/manifest/task-response.test')
-rw-r--r-- | tests/manifest/task-response.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/manifest/task-response.test b/tests/manifest/task-response.test index f92e43f..c823160 100644 --- a/tests/manifest/task-response.test +++ b/tests/manifest/task-response.test @@ -22,7 +22,8 @@ test.options += -ts : name: libfoo version: 1.0 - repository: http://pkg.example.org/1/math + repository-url: http://pkg.example.org/1/math + repository-type: pkg machine: windows_10-msvc_14 target: x86_64-microsoft-win32-msvc14.0 EOF @@ -36,7 +37,8 @@ test.options += -ts : name: libfoo version: 1.0 - repository: http://pkg.example.org/1/math + repository-url: http://pkg.example.org/1/math + repository-type: pkg machine: windows_10-msvc_14 target: x86_64-microsoft-win32-msvc14.0 EOF |