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/sendmail/buildfile | |
parent | 9599058c35ea9ad7e5e75c867f34300d830c4c34 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests/sendmail/buildfile')
-rw-r--r-- | tests/sendmail/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sendmail/buildfile b/tests/sendmail/buildfile index 773efe0..6bdfe19 100644 --- a/tests/sendmail/buildfile +++ b/tests/sendmail/buildfile @@ -5,4 +5,4 @@ import libs = libbutl%lib{butl} libs += $stdmod_lib -exe{driver}: {hxx cxx}{*} $libs test{testscript} +exe{driver}: {hxx cxx}{*} $libs testscript |