aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx5
1 files changed, 3 insertions, 2 deletions
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;
}
}
}