diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 15:53:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 15:53:58 +0300 |
commit | 8726d137978cc0deaccce643e998dee01c318752 (patch) | |
tree | 56883aa1e256c3764b0da7076d61b778d4b3edf4 /tests/buildtab | |
parent | 8d6f42250c6c0bf3b002e717981ff485c4cb390b (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests/buildtab')
-rw-r--r-- | tests/buildtab/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildtab/buildfile b/tests/buildtab/buildfile index 13a5a56..99b93e1 100644 --- a/tests/buildtab/buildfile +++ b/tests/buildtab/buildfile @@ -5,4 +5,4 @@ import libs = libbutl%lib{butl} import libs += libbbot%lib{bbot} -exe{driver}: {hxx cxx}{*} $libs test{testscript} +exe{driver}: {hxx cxx}{*} $libs testscript |