Skip to content

Commit f4100e2

Browse files
committed
xmake: Disable UnitTests by default
1 parent ab29577 commit f4100e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ add_rules(
3333
option("enable_moduleonly", {default = true, category = "Build CppUtils", description = "Module only"})
3434
option("sanitize_memory", {default = false, category = "Build CppUtils/Sanitizer", description = "Enable ASan + LSan + UBSan"})
3535
option("sanitize_thread", {default = false, category = "Build CppUtils/Sanitizer", description = "Enable TSan"})
36-
option("enable_tests", {default = true, description = "Enable Unit Tests"})
36+
option("enable_tests", {default = false, description = "Enable Unit Tests"})
3737

3838
target("CppUtils", function()
3939
if get_config("enable_moduleonly") then

0 commit comments

Comments
 (0)