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/function/builtin/testscript | 2 +- tests/function/filesystem/testscript | 2 +- tests/function/install/testscript | 2 +- tests/function/path/testscript | 2 +- tests/function/process/testscript | 2 +- tests/function/regex/testscript | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/function') diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index d15eeb3..e54fb0f 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/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 : type : diff --git a/tests/function/filesystem/testscript b/tests/function/filesystem/testscript index 7dcfde9..42c09db 100644 --- a/tests/function/filesystem/testscript +++ b/tests/function/filesystem/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 : path-search : diff --git a/tests/function/install/testscript b/tests/function/install/testscript index 73aba00..e2afc39 100644 --- a/tests/function/install/testscript +++ b/tests/function/install/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 +cat <+build/bootstrap.build using config diff --git a/tests/function/path/testscript b/tests/function/path/testscript index 8446bf0..84a1cc1 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/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 s = ($cxx.target.class != 'windows' ? '/' : '\') diff --git a/tests/function/process/testscript b/tests/function/process/testscript index f01af6f..d4fe864 100644 --- a/tests/function/process/testscript +++ b/tests/function/process/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 : run : diff --git a/tests/function/regex/testscript b/tests/function/regex/testscript index 28d6c8e..4d48e04 100644 --- a/tests/function/regex/testscript +++ b/tests/function/regex/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 : replace : -- cgit v1.1