diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:10:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:10:56 +0300 |
commit | 8179d40f2d45b6111f8e24d8818e04f020540a30 (patch) | |
tree | ee4eb696a89daa7239c9669dea8ac1fa51a82276 /tests/roundtrip/buildfile | |
parent | 1b9b56216ca3cbfd882a8186b3da079e3ecffc55 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests/roundtrip/buildfile')
-rw-r--r-- | tests/roundtrip/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index 14fd49a..29cf618 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -4,7 +4,7 @@ import libs = libstudxml%lib{studxml} -exe{driver}: {hxx cxx}{*} $libs test{testscript} +exe{driver}: {hxx cxx}{*} $libs testscript define xml: file xml{*}: extension = xml |