From 2af491cc4ad0ae4064f2e858c83ed485613adafa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Dec 2016 17:29:01 +0200 Subject: Convert tests/ to subproject, initial work on cross-testing support --- tests/test/script/runner/buildfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/test/script/runner/buildfile') diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index e5f2761..375be18 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -2,8 +2,11 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs = libbutl%lib{butl} +./: test{cleanup status} exe{driver} $b -exe{driver}: cxx{driver} $libs test{cleanup redirect status} +# @@ Do test{*} once redirect folds in. +# +test{cleanup}@./ test{status}@./: target = exe{driver} -include ../../../../../build2/ +import libs = libbutl%lib{butl} +exe{driver}: cxx{driver} $libs test{redirect} -- cgit v1.1