diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-12-21 16:07:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-12-21 16:07:25 +0300 |
commit | d651a19f34fe53c8a479a0bbd1ccb77e1fcf7699 (patch) | |
tree | 92046e9d3a35757165bc1fef55b6c91787e4ddba /tests/manifest-roundtrip/testscript | |
parent | 0fd1f6d05779eb51c90360751c9a61933120a4de (diff) |
Cleanup manifest roundtrip tests
Diffstat (limited to 'tests/manifest-roundtrip/testscript')
-rw-r--r-- | tests/manifest-roundtrip/testscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/manifest-roundtrip/testscript b/tests/manifest-roundtrip/testscript index 91db8b5..e0a15cc 100644 --- a/tests/manifest-roundtrip/testscript +++ b/tests/manifest-roundtrip/testscript @@ -27,8 +27,8 @@ $* <<EOF >>EOF package-email: boris@codesynthesis.com; Direct email to the author. depends: libbutl depends: * build2 - depends: ?* bpkg - requires: ?* linux | windows + depends: * bpkg + requires: * linux ? ($linux) | windows ? ($windows) requires: c++11 : path: c:\windows\\ @@ -65,8 +65,8 @@ $* -m <<EOF >>EOF package-email: boris@codesynthesis.com; Direct email to the author. depends: libbutl depends: * build2 - depends: ?* bpkg - requires: ?* linux | windows + depends: * bpkg + requires: * linux ? ($linux) | windows ? ($windows) requires: c++11 : path: c:\windows\\ |