diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-03 16:37:32 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-04 16:29:59 +0300 |
commit | 5007870b52aa549971824959a55ad3bb886f09e0 (patch) | |
tree | b0ef7f24c0b9ece2ed23f3c1792f16da324e4171 /tests/expansion | |
parent | 09d60452a80d14d9b8bf3a9395860b50683fa1e8 (diff) |
Rename .test/test{} to .testscript/testscript{}
Diffstat (limited to 'tests/expansion')
-rw-r--r-- | tests/expansion/buildfile | 2 | ||||
-rw-r--r-- | tests/expansion/concat.testscript (renamed from tests/expansion/concat.test) | 4 | ||||
-rw-r--r-- | tests/expansion/type.testscript (renamed from tests/expansion/type.test) | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/expansion/buildfile b/tests/expansion/buildfile index c144c23..7a73b9d 100644 --- a/tests/expansion/buildfile +++ b/tests/expansion/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{*} $b +./: testscript{*} $b diff --git a/tests/expansion/concat.test b/tests/expansion/concat.testscript index baaf1e1..75487b5 100644 --- a/tests/expansion/concat.test +++ b/tests/expansion/concat.testscript @@ -1,10 +1,10 @@ -# file : tests/expansion/type.test +# file : tests/expansion/type.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test concatenated expansion. -.include ../common.test +.include ../common.testscript : typed-exceptions : diff --git a/tests/expansion/type.test b/tests/expansion/type.testscript index 8899aa3..12204a3 100644 --- a/tests/expansion/type.test +++ b/tests/expansion/type.testscript @@ -1,10 +1,10 @@ -# file : tests/expansion/type.test +# file : tests/expansion/type.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test type propagation during expansion. -.include ../common.test +.include ../common.testscript : var : |