From 68cfa29aeecc32ee0623aa008fd0e73899e10c9a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Oct 2016 15:01:05 +0200 Subject: Extend test rule to handle testscripts --- build2/test/script/runner.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/test/script/runner.cxx') diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx index 3789281..69b0213 100644 --- a/build2/test/script/runner.cxx +++ b/build2/test/script/runner.cxx @@ -13,9 +13,10 @@ namespace build2 namespace script { void concurrent_runner:: - run (const test&) + run (const test& t) { - assert (false); // @@ TODO + // @@ TODO + text << "run " << t.program; } } } -- cgit v1.1