From 0342dc2fcdd78ef28a4e59d84193a3807068d726 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 07:57:19 +0200 Subject: New configuration logic, iteration 1 --- build2/test/module.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'build2/test/module.cxx') diff --git a/build2/test/module.cxx b/build2/test/module.cxx index d5f6430..3ae9996 100644 --- a/build2/test/module.cxx +++ b/build2/test/module.cxx @@ -22,7 +22,7 @@ namespace build2 static rule rule_; extern "C" void - test_boot (scope& root, const location&, unique_ptr&) + test_boot (scope& root, const location&, unique_ptr&) { tracer trace ("test::boot"); @@ -38,12 +38,12 @@ namespace build2 { auto& v (var_pool); - // @@ OVR - - v.insert ("test"); - v.insert ("test.input"); - v.insert ("test.output"); - v.insert ("test.roundtrip"); + // Note: none are overridable. + // + v.insert ("test"); + v.insert ("test.input"); + v.insert ("test.output"); + v.insert ("test.roundtrip"); v.insert ("test.options"); v.insert ("test.arguments"); } @@ -53,7 +53,7 @@ namespace build2 test_init (scope& root, scope&, const location& l, - unique_ptr&, + unique_ptr&, bool first, bool) { -- cgit v1.1