From 79a83d6dd0f312a5e390f5627f68cc96c4427d33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Oct 2016 18:00:05 +0200 Subject: Add support for setup/teardown commands --- build2/test/script/lexer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/test/script/lexer') diff --git a/build2/test/script/lexer b/build2/test/script/lexer index 80e6036..53b88be 100644 --- a/build2/test/script/lexer +++ b/build2/test/script/lexer @@ -25,7 +25,8 @@ namespace build2 enum { script_line = base_type::value_next, - assign_line, // Auto-expires at the end of the token. + first_token, // Auto-expires at the end of the token. + second_token, // Auto-expires at the end of the token. variable_line, // Auto-expires at the end of the line. command_line, here_line -- cgit v1.1