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/loop | |
parent | 09d60452a80d14d9b8bf3a9395860b50683fa1e8 (diff) |
Rename .test/test{} to .testscript/testscript{}
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 : |