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/rule.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build2/test/rule.cxx') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 75bae4a..ccf52e0 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -96,7 +96,6 @@ namespace build2 // We should have either arguments or input/roundtrip. Again, use // lookup depth to figure out who takes precedence. // - //@@ OVR auto ip (t.find ("test.input")); auto op (t.find ("test.output")); auto rp (t.find ("test.roundtrip")); @@ -307,7 +306,7 @@ namespace build2 // Do we have options? // - if (auto l = t["test.options"]) //@@ OVR + if (auto l = t["test.options"]) append_options (args, cast (l)); // Do we have input? @@ -323,7 +322,7 @@ namespace build2 // else { - if (auto l = t["test.arguments"]) //@@ OVR + if (auto l = t["test.arguments"]) append_options (args, cast (l)); } -- cgit v1.1