aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake.lua b/xmake.lua
index 3537c618d..d49743cb2 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -344,10 +344,10 @@ task("sln")
task("test")
set_menu {
- usage = "xmake test --run=[core|store|server|integration|all]",
+ usage = "xmake test --run=[core|store|http|server|integration|all]",
description = "Run Zen tests",
options = {
- {'r', "run", "kv", "all", "Run test(s)", " - all", " - core ", " - remotestore", " - store", " - server", " - integration"},
+ {'r', "run", "kv", "all", "Run test(s)", " - all", " - core ", " - remotestore", " - store", " - http", " - server", " - integration"},
{'j', "junit", "k", nil, "Enable junit report output"}
}
}