From 5e1725815645d1e1a33a8fce6427c764052aaf0d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 16:09:27 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- unit-tests/bootstrap-manifest/buildfile | 2 +- unit-tests/machine-manifest/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unit-tests') diff --git a/unit-tests/bootstrap-manifest/buildfile b/unit-tests/bootstrap-manifest/buildfile index c628833..41b3c79 100644 --- a/unit-tests/bootstrap-manifest/buildfile +++ b/unit-tests/bootstrap-manifest/buildfile @@ -3,4 +3,4 @@ # license : TBC; see accompanying LICENSE file include ../../bbot/ -exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} test{testscript} +exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} testscript diff --git a/unit-tests/machine-manifest/buildfile b/unit-tests/machine-manifest/buildfile index 6d47d77..d71de87 100644 --- a/unit-tests/machine-manifest/buildfile +++ b/unit-tests/machine-manifest/buildfile @@ -3,4 +3,4 @@ # license : TBC; see accompanying LICENSE file include ../../bbot/ -exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} test{testscript} +exe{driver}: {hxx cxx}{*} ../../bbot/libu{bbot} testscript -- cgit v1.1