Remove googletest (#178)

This commit is contained in:
ykiko
2025-08-16 23:09:13 +08:00
committed by GitHub
parent e77f182fcd
commit 08b41f15c2
46 changed files with 4446 additions and 4285 deletions

View File

@@ -24,7 +24,6 @@ if has_config("dev") then
end
if has_config("enable_test") then
add_requires("gtest[main]")
-- TODO: fix python fetch on mac (from xmake-repo python fetch)
if not (has_config("ci") and is_plat("macosx")) then
add_requires("python >=3.12", {kind = "binary"})
@@ -110,7 +109,6 @@ target("unit_tests")
add_includedirs(".", {public = true})
add_deps("clice-core")
add_packages("gtest")
add_tests("default")