aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-21 11:52:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:34 +0200
commit6cf30885f0d91da534871f2e6ddeca7a8a52b415 (patch)
tree75c2b28f1506e1025c9349b4a3f99e62ab6c41c0 /build2/test/script/parser
parent096b10b96162eca90958af42e24520e2bc728494 (diff)
Pass command index, location to test runner
Diffstat (limited to 'build2/test/script/parser')
-rw-r--r--build2/test/script/parser4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/parser b/build2/test/script/parser
index 1292738..df79cf6 100644
--- a/build2/test/script/parser
+++ b/build2/test/script/parser
@@ -58,13 +58,13 @@ namespace build2
pre_parse_script_line (token&, token_type&);
void
- parse_script_line (token&, token_type&, line_type);
+ parse_script_line (token&, token_type&, line_type, size_t);
void
parse_variable_line (token&, token_type&);
void
- parse_test_line (token&, token_type&);
+ parse_test_line (token&, token_type&, size_t);
command_exit
parse_command_exit (token&, token_type&);