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 | |
parent | e73b2b4a4ed4c814131782572c007f85fbf442a3 (diff) |
Rename .test/test{} to .testscript/testscript{}
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manifest/buildfile | 2 | ||||
-rw-r--r-- | tests/manifest/machine-header.testscript (renamed from tests/manifest/machine-header.test) | 2 | ||||
-rw-r--r-- | tests/manifest/result-request.testscript (renamed from tests/manifest/result-request.test) | 2 | ||||
-rw-r--r-- | tests/manifest/result.testscript (renamed from tests/manifest/result.test) | 2 | ||||
-rw-r--r-- | tests/manifest/task-request.testscript (renamed from tests/manifest/task-request.test) | 2 | ||||
-rw-r--r-- | tests/manifest/task-response.testscript (renamed from tests/manifest/task-response.test) | 2 | ||||
-rw-r--r-- | tests/manifest/task.testscript (renamed from tests/manifest/task.test) | 2 |
7 files changed, 7 insertions, 7 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{*} diff --git a/tests/manifest/machine-header.test b/tests/manifest/machine-header.testscript index 6b880b1..6d33531 100644 --- a/tests/manifest/machine-header.test +++ b/tests/manifest/machine-header.testscript @@ -1,4 +1,4 @@ -# file : tests/manifest/machine-header.test +# file : tests/manifest/machine-header.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file diff --git a/tests/manifest/result-request.test b/tests/manifest/result-request.testscript index 7b03ce1..20fbfbb 100644 --- a/tests/manifest/result-request.test +++ b/tests/manifest/result-request.testscript @@ -1,4 +1,4 @@ -# file : tests/manifest/result-request.test +# file : tests/manifest/result-request.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file diff --git a/tests/manifest/result.test b/tests/manifest/result.testscript index 54f60ed..a3c35a9 100644 --- a/tests/manifest/result.test +++ b/tests/manifest/result.testscript @@ -1,4 +1,4 @@ -# file : tests/manifest/result.test +# file : tests/manifest/result.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file diff --git a/tests/manifest/task-request.test b/tests/manifest/task-request.testscript index c8c4150..5a60271 100644 --- a/tests/manifest/task-request.test +++ b/tests/manifest/task-request.testscript @@ -1,4 +1,4 @@ -# file : tests/manifest/task-request.test +# file : tests/manifest/task-request.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file diff --git a/tests/manifest/task-response.test b/tests/manifest/task-response.testscript index c823160..b424cbf 100644 --- a/tests/manifest/task-response.test +++ b/tests/manifest/task-response.testscript @@ -1,4 +1,4 @@ -# file : tests/manifest/task-response.test +# file : tests/manifest/task-response.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file diff --git a/tests/manifest/task.test b/tests/manifest/task.testscript index e3f413e..e68bd09 100644 --- a/tests/manifest/task.test +++ b/tests/manifest/task.testscript @@ -1,4 +1,4 @@ -# file : tests/manifest/task.test +# file : tests/manifest/task.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file |