aboutsummaryrefslogtreecommitdiff
path: root/build2/test/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/init.cxx')
-rw-r--r--build2/test/init.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/test/init.cxx b/build2/test/init.cxx
index 1c7a2b4..6119ae0 100644
--- a/build2/test/init.cxx
+++ b/build2/test/init.cxx
@@ -22,7 +22,7 @@ namespace build2
{
namespace test
{
- void
+ bool
boot (scope& rs, const location&, unique_ptr<module_base>&)
{
tracer trace ("test::boot");
@@ -84,6 +84,8 @@ namespace build2
if (!v || v.empty ())
v = cast<target_triplet> ((*global_scope)["build.host"]);
}
+
+ return false;
}
bool