From 31e16a7413813293e3cccb6799eaa08b7af5af4e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Oct 2016 11:59:20 +0200 Subject: Implement support for compound tests --- build2/test/script/token.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/test/script/token.cxx') diff --git a/build2/test/script/token.cxx b/build2/test/script/token.cxx index 27e86d6..6ed0443 100644 --- a/build2/test/script/token.cxx +++ b/build2/test/script/token.cxx @@ -21,6 +21,8 @@ namespace build2 switch (t.type) { + case token_type::semi: os << q << ';' << q; break; + case token_type::pipe: os << q << '|' << q; break; case token_type::clean: os << q << '&' << q; break; case token_type::log_and: os << q << "&&" << q; break; -- cgit v1.1