diff options
Diffstat (limited to 'unit-tests/bootstrap-manifest')
-rw-r--r-- | unit-tests/bootstrap-manifest/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/bootstrap-manifest/testscript | 19 |
2 files changed, 18 insertions, 3 deletions
diff --git a/unit-tests/bootstrap-manifest/buildfile b/unit-tests/bootstrap-manifest/buildfile index aa598ee..ff85794 100644 --- a/unit-tests/bootstrap-manifest/buildfile +++ b/unit-tests/bootstrap-manifest/buildfile @@ -5,7 +5,7 @@ import libs = libbutl%lib{butl} import libs += libbbot%lib{bbot} -exe{driver}: cxx{driver} ../../bbot/cxx{bootstrap-manifest} $libs \ +exe{driver}: cxx{driver} ../../bbot/cxx{*-manifest} $libs \ test{testscript} include ../../bbot/ diff --git a/unit-tests/bootstrap-manifest/testscript b/unit-tests/bootstrap-manifest/testscript index 2a104be..74b4992 100644 --- a/unit-tests/bootstrap-manifest/testscript +++ b/unit-tests/bootstrap-manifest/testscript @@ -84,6 +84,7 @@ name: windows_10-msvc_14 summary: Windows 10 build 1607 with VC 14 update 3 type: kvm + mac: de:ad:be:ef:de:ad : id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 : @@ -104,26 +105,40 @@ : 1 EOI + : no-machine-mac + : + $* <<EOI 2>'stdin:2:1: error: mac address must be present in machine manifest' == 1 + : 1 + : + id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + name: windows_10-msvc_14 + summary: Windows 10 build 1607 with VC 14 update 3 + type: kvm + + EOI + : no-toolchain : - $* <<EOI 2>'stdin:7:1: error: toolchain manifest expected' == 1 + $* <<EOI 2>'stdin:8:1: error: toolchain manifest expected' == 1 : 1 : id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 name: windows_10-msvc_14 summary: Windows 10 build 1607 with VC 14 update 3 type: kvm + mac: de:ad:be:ef:de:ad EOI : no-bootstrap : - $* <<EOI 2>'stdin:9:1: error: bootstrap manifest expected' == 1 + $* <<EOI 2>'stdin:10:1: error: bootstrap manifest expected' == 1 : 1 : id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 name: windows_10-msvc_14 summary: Windows 10 build 1607 with VC 14 update 3 type: kvm + mac: de:ad:be:ef:de:ad : id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 EOI |