diff options
Diffstat (limited to 'tests/value')
-rw-r--r-- | tests/value/buildfile | 2 | ||||
-rw-r--r-- | tests/value/concat.testscript (renamed from tests/value/concat.test) | 4 | ||||
-rw-r--r-- | tests/value/reverse.testscript (renamed from tests/value/reverse.test) | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/value/buildfile b/tests/value/buildfile index 1ab26d5..a43074c 100644 --- a/tests/value/buildfile +++ b/tests/value/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/value/concat.test b/tests/value/concat.testscript index 79f004c..581c3ad 100644 --- a/tests/value/concat.test +++ b/tests/value/concat.testscript @@ -1,8 +1,8 @@ -# file : tests/value/concat.test +# file : tests/value/concat.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include ../common.test +.include ../common.testscript : dir_path : diff --git a/tests/value/reverse.test b/tests/value/reverse.testscript index 9ea9d09..6294d3f 100644 --- a/tests/value/reverse.test +++ b/tests/value/reverse.testscript @@ -1,11 +1,11 @@ -# file : tests/value/reverse.test +# file : tests/value/reverse.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test reversal to canonical/original representation. # -.include ../common.test +.include ../common.testscript : name : |