diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-04 15:03:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-04 15:03:14 +0300 |
commit | 1e0c838ededf6d7d213c19f4c5b595e195356329 (patch) | |
tree | 142a8e43ec138b5b4a599f46da316fd98d948299 /tests/manifest/buildfile | |
parent | e73b2b4a4ed4c814131782572c007f85fbf442a3 (diff) |
Rename .test/test{} to .testscript/testscript{}
Diffstat (limited to 'tests/manifest/buildfile')
-rw-r--r-- | tests/manifest/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index 589ef02..ed1379f 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -5,4 +5,4 @@ import libs = libbutl%lib{butl} import libs += libbbot%lib{bbot} -exe{driver}: {hxx cxx}{*} $libs test{*} +exe{driver}: {hxx cxx}{*} $libs testscript{*} |