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/cc/libu/buildfile | 2 +- tests/cc/modules/buildfile | 2 +- tests/cc/preprocessed/buildfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/cc') diff --git a/tests/cc/libu/buildfile b/tests/cc/libu/buildfile index 104a645..e7efc2a 100644 --- a/tests/cc/libu/buildfile +++ b/tests/cc/libu/buildfile @@ -5,4 +5,4 @@ # Test utility library support. # -./: test{testscript} $b +./: testscript $b diff --git a/tests/cc/modules/buildfile b/tests/cc/modules/buildfile index 58caf92..b83d549 100644 --- a/tests/cc/modules/buildfile +++ b/tests/cc/modules/buildfile @@ -5,4 +5,4 @@ # Test C++ modules support. # -./: test{testscript} $b +./: testscript $b diff --git a/tests/cc/preprocessed/buildfile b/tests/cc/preprocessed/buildfile index ac6bcdf..bb5d6ab 100644 --- a/tests/cc/preprocessed/buildfile +++ b/tests/cc/preprocessed/buildfile @@ -5,4 +5,4 @@ # Test {c, cxx}.preprocessed logic. # -./: test{testscript} $b +./: testscript $b -- cgit v1.1