aboutsummaryrefslogtreecommitdiff
path: root/build2/test
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test')
-rw-r--r--build2/test/init.cxx4
-rw-r--r--build2/test/init.hxx2
2 files changed, 4 insertions, 2 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
diff --git a/build2/test/init.hxx b/build2/test/init.hxx
index 2ba6ec6..8ca0d23 100644
--- a/build2/test/init.hxx
+++ b/build2/test/init.hxx
@@ -14,7 +14,7 @@ namespace build2
{
namespace test
{
- void
+ bool
boot (scope&, const location&, unique_ptr<module_base>&);
bool