diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-23 19:24:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 13:59:15 +0300 |
commit | 405dfa3e28ab71d4f6b5210faba0e3600070a0f3 (patch) | |
tree | e2e1de8213968c8b299904b48a60d4914eb1487b /tests/manifest-roundtrip/buildfile | |
parent | b90126986fbeec6f42d469e99574096c3f6abc22 (diff) |
Add support for new-fashioned multi-line manifest value introducer
Diffstat (limited to 'tests/manifest-roundtrip/buildfile')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 8056f64..7ddcc1f 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -3,5 +3,4 @@ import libs = libbutl%lib{butl} -exe{driver}: {hxx cxx}{*} $libs -exe{driver}: manifest: test.roundtrip = true +exe{driver}: {hxx cxx}{*} $libs testscript |