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/wildcard | |
parent | 9599058c35ea9ad7e5e75c867f34300d830c4c34 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests/wildcard')
-rw-r--r-- | tests/wildcard/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wildcard/buildfile b/tests/wildcard/buildfile index 4ec6488..467e4d0 100644 --- a/tests/wildcard/buildfile +++ b/tests/wildcard/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 |