aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/script/script.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-19 14:50:16 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:35:29 +0200
commitdb05f8ead4c2b5ef8a27c3ffc6b20c291b0e7c8c (patch)
tree5bed4bd0901e6abd728b53bbeed31489af4d1e4b /libbuild2/test/script/script.hxx
parent9054e7e2fd59e2222258e2dce3a3300c8d16fb05 (diff)
Set proper build script command default redirects
Also add printing of set and exit pseudo-builtin command arguments for verb >= 2 as we do for normal builtins.
Diffstat (limited to 'libbuild2/test/script/script.hxx')
-rw-r--r--libbuild2/test/script/script.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/test/script/script.hxx b/libbuild2/test/script/script.hxx
index e31bf09..163ad65 100644
--- a/libbuild2/test/script/script.hxx
+++ b/libbuild2/test/script/script.hxx
@@ -24,6 +24,8 @@ namespace build2
{
using build2::script::line;
using build2::script::lines;
+ using build2::script::redirect;
+ using build2::script::redirect_type;
using build2::script::line_type;
using build2::script::command_expr;