From c11b9b69bcf161658275876d2fd991cc5c103d64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Sep 2018 14:58:18 +0300 Subject: Rename .test/test{} to .testscript/testscript{} --- tests/ci/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/ci/buildfile') 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 -- cgit v1.1