diff options
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 : |