aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/token
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/token')
-rw-r--r--build2/test/script/token4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/test/script/token b/build2/test/script/token
index a1374fe..d4f6eec 100644
--- a/build2/test/script/token
+++ b/build2/test/script/token
@@ -30,7 +30,9 @@ namespace build2
minus, // -
pipe, // |
- clean, // &
+ clean_always, // &
+ clean_maybe, // &?
+ clean_never, // &!
log_and, // &&
log_or, // ||