From 5a54184f69d0b2a1d57c06a06e9deeaff1d6f180 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 16:42:08 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- tests/combined/buildfile | 2 +- tests/file/buildfile | 2 +- tests/group/buildfile | 2 +- tests/headings/buildfile | 2 +- tests/note/buildfile | 2 +- tests/toc/buildfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/combined/buildfile b/tests/combined/buildfile index a94bbb0..19b14aa 100644 --- a/tests/combined/buildfile +++ b/tests/combined/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -exe{driver}: {hxx cxx}{* -test} cli.cxx{test} test{testscript} +exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript cxx.poptions =+ "-I$out_base" diff --git a/tests/file/buildfile b/tests/file/buildfile index 9e5dfa0..5bcbd48 100644 --- a/tests/file/buildfile +++ b/tests/file/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -exe{driver}: {hxx cxx}{* -test} cli.cxx{test} test{testscript} +exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript cxx.poptions =+ "-I$out_base" diff --git a/tests/group/buildfile b/tests/group/buildfile index c28920f..3e09fa1 100644 --- a/tests/group/buildfile +++ b/tests/group/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -exe{driver}: {hxx cxx}{* -test} cli.cxx{test} test{testscript} +exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript cxx.poptions =+ "-I$out_base" diff --git a/tests/headings/buildfile b/tests/headings/buildfile index ee49fb2..a2ccdbd 100644 --- a/tests/headings/buildfile +++ b/tests/headings/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -./: test{testscript} +./: testscript diff --git a/tests/note/buildfile b/tests/note/buildfile index 2051ed0..a363bc2 100644 --- a/tests/note/buildfile +++ b/tests/note/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -./: test{testscript} +./: testscript diff --git a/tests/toc/buildfile b/tests/toc/buildfile index 849c997..f319c14 100644 --- a/tests/toc/buildfile +++ b/tests/toc/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -./: test{testscript} +./: testscript -- cgit v1.1