aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/script
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/script')
-rw-r--r--build2/test/script/script6
1 files changed, 4 insertions, 2 deletions
diff --git a/build2/test/script/script b/build2/test/script/script
index d68a684..714e2c5 100644
--- a/build2/test/script/script
+++ b/build2/test/script/script
@@ -283,10 +283,12 @@ namespace build2
lookup
find (const variable&) const;
- // As above but only look for buildfile variables.
+ // As above but only look for buildfile variables. If target_only is
+ // false then also look in scopes of the test target (this should only
+ // be done if the variable's visibility is target).
//
lookup
- find_in_buildfile (const string&) const;
+ find_in_buildfile (const string&, bool target_only = true) const;
// Return a value suitable for assignment. If the variable does not
// exist in this scope's map, then a new one with the NULL value is