diff options
Diffstat (limited to 'tests/ci')
-rw-r--r-- | tests/ci/buildfile | 8 | ||||
-rw-r--r-- | tests/ci/ci-dir.testscript (renamed from tests/ci/ci-dir.test) | 4 | ||||
-rw-r--r-- | tests/ci/ci-load.testscript (renamed from tests/ci/ci-load.test) | 4 | ||||
-rw-r--r-- | tests/ci/data.testscript (renamed from tests/ci/data.test) | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/tests/ci/buildfile b/tests/ci/buildfile index 1e085e0..95a1d6b 100644 --- a/tests/ci/buildfile +++ b/tests/ci/buildfile @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file define common: file -common{*}: extension = test +common{*}: extension = testscript dir = ../../brep/handler/ci/ @@ -11,8 +11,8 @@ include $dir commons = data -./: test{* -{$commons}} common{$commons} \ +./: testscript{* -{$commons}} common{$commons} \ $dir/exe{brep-ci-dir} $dir/exe{brep-ci-load} -test{ci-dir}@./: test = $out_base/$dir/brep-ci-dir -test{ci-load}@./: test = $out_base/$dir/brep-ci-load +testscript{ci-dir}@./: test = $out_base/$dir/brep-ci-dir +testscript{ci-load}@./: test = $out_base/$dir/brep-ci-load diff --git a/tests/ci/ci-dir.test b/tests/ci/ci-dir.testscript index 11de2f0..8388616 100644 --- a/tests/ci/ci-dir.test +++ b/tests/ci/ci-dir.testscript @@ -1,8 +1,8 @@ -# file : tests/ci/ci-dir.test +# file : tests/ci/ci-dir.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include data.test +.include data.testscript : args { diff --git a/tests/ci/ci-load.test b/tests/ci/ci-load.testscript index c4a4c62..de23b79 100644 --- a/tests/ci/ci-load.test +++ b/tests/ci/ci-load.testscript @@ -1,8 +1,8 @@ -# file : tests/ci/ci-load.test +# file : tests/ci/ci-load.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include data.test +.include data.testscript : args { diff --git a/tests/ci/data.test b/tests/ci/data.testscript index 19383b1..711c7b1 100644 --- a/tests/ci/data.test +++ b/tests/ci/data.testscript @@ -1,4 +1,4 @@ -# file : tests/ci/data.test +# file : tests/ci/data.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file |