diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 14:40:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 16:05:14 +0300 |
commit | bc96171cb768a7d32720eb3c0b5363f2ae2c252c (patch) | |
tree | 50c638270d6cfaa6118d8784f4023858eea0bc2e /tests/manifest-roundtrip | |
parent | 9599058c35ea9ad7e5e75c867f34300d830c4c34 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests/manifest-roundtrip')
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 7b55569..0f65c29 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -6,4 +6,4 @@ import libs = libbutl%lib{butl} libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs -exe{driver}: file{manifest}: test.roundtrip = true +exe{driver}: manifest: test.roundtrip = true |