From 5007870b52aa549971824959a55ad3bb886f09e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Sep 2018 16:37:32 +0200 Subject: Rename .test/test{} to .testscript/testscript{} --- tests/variable/override/testscript | 2 +- tests/variable/prerequisite-specific/testscript | 2 +- tests/variable/scope-specific/testscript | 2 +- tests/variable/target-specific/testscript | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/variable') diff --git a/tests/variable/override/testscript b/tests/variable/override/testscript index 591fc19..00ffdb9 100644 --- a/tests/variable/override/testscript +++ b/tests/variable/override/testscript @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include ../../common.test +.include ../../common.testscript : cache-invalidation : diff --git a/tests/variable/prerequisite-specific/testscript b/tests/variable/prerequisite-specific/testscript index d0ce5e0..1c7e7bd 100644 --- a/tests/variable/prerequisite-specific/testscript +++ b/tests/variable/prerequisite-specific/testscript @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include ../../common.test +.include ../../common.testscript # There is currently no support for expanding prerequisite-specific variables # (since there is no way to id a prerequisite) so we use dump. diff --git a/tests/variable/scope-specific/testscript b/tests/variable/scope-specific/testscript index 2f519d2..5f9a05d 100644 --- a/tests/variable/scope-specific/testscript +++ b/tests/variable/scope-specific/testscript @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include ../../common.test +.include ../../common.testscript : basic-line : diff --git a/tests/variable/target-specific/testscript b/tests/variable/target-specific/testscript index 8d9917c..497c863 100644 --- a/tests/variable/target-specific/testscript +++ b/tests/variable/target-specific/testscript @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include ../../common.test +.include ../../common.testscript : basic-line : -- cgit v1.1