diff options
Diffstat (limited to 'tests/loop')
-rw-r--r-- | tests/loop/buildfile | 2 | ||||
-rw-r--r-- | tests/loop/for.testscript (renamed from tests/loop/for.test) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/loop/buildfile b/tests/loop/buildfile index e583492..3807ddf 100644 --- a/tests/loop/buildfile +++ b/tests/loop/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/loop/for.test b/tests/loop/for.testscript index 66bfc80..6aec1b2 100644 --- a/tests/loop/for.test +++ b/tests/loop/for.testscript @@ -1,10 +1,10 @@ -# file : tests/loop/for.test +# file : tests/loop/for.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test for-loop. -.include ../common.test +.include ../common.testscript : line : |