diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:39:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:39:53 +0300 |
commit | acb842d856514efe9c3901ebe41cd2768451c79e (patch) | |
tree | a7d99581c42f0c3bb0badd3cd2da9827c58f679d /tests | |
parent | f695394f2492547c04902ea9e031c19c29dd8913 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/buildfile b/tests/basic/buildfile index 4c93d2e..bfdb3c6 100644 --- a/tests/basic/buildfile +++ b/tests/basic/buildfile @@ -4,4 +4,4 @@ import libs = libmysqlclient%lib{mysqlclient} -exe{driver}: {h c}{*} $libs test{testscript} +exe{driver}: {h c}{*} $libs testscript |