From e6a79e537c9c51bbd835c9d1331871fac26a0fbf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 14:27:38 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- tests/variable/override/buildfile | 2 +- tests/variable/prerequisite-specific/buildfile | 2 +- tests/variable/scope-specific/buildfile | 2 +- tests/variable/target-specific/buildfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/variable') diff --git a/tests/variable/override/buildfile b/tests/variable/override/buildfile index 5831ecd..6cd339f 100644 --- a/tests/variable/override/buildfile +++ b/tests/variable/override/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/variable/prerequisite-specific/buildfile b/tests/variable/prerequisite-specific/buildfile index e16519c..dc017c1 100644 --- a/tests/variable/prerequisite-specific/buildfile +++ b/tests/variable/prerequisite-specific/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/variable/scope-specific/buildfile b/tests/variable/scope-specific/buildfile index 2f3de77..81a8158 100644 --- a/tests/variable/scope-specific/buildfile +++ b/tests/variable/scope-specific/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/variable/target-specific/buildfile b/tests/variable/target-specific/buildfile index 5a8178b..5ae03b0 100644 --- a/tests/variable/target-specific/buildfile +++ b/tests/variable/target-specific/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b -- cgit v1.1