1 Star 0 Fork 1

SmartSmallBoy/loongcollector_cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
app_config
application
checkpoint
cix
collection_pipeline
common
config
config_server/protocol
constants
container_manager
ebpf
file_server
go_pipeline
host_monitor
logger
metadata
models
monitor
parser
plugin
prometheus
protobuf
protobuf_public/models
provider
runner
task_pipeline
tools
unittest
app_config
batch
checkpoint
common
compression
config
container_manager
controller
ebpf
event
event_handler
file_source
flusher
host_monitor
input
instance_config
log_pb
logger
metadata
models
monitor
pipeline
plugin
polling
processor
prometheus
provider
queue
reader
route
sender
serializer
spl
task_pipeline
CMakeLists.txt
Unittest.h
UnittestHelper.h
add_test_arg.py
loop_ut.bat
loop_ut.sh
report_failure.sh
run_ut.bat
run_ut.sh
xmake.lua
xmake
xmake_modules
.clang-format
.clang-tidy
.clangd
.gitignore
CMakeLists.txt
LICENSE
README.en.md
README.md
dependencies.cmake
links.cmake
logtail.cpp
logtail_windows.cpp
options.cmake
sudo_gdb.sh
utils.cmake
xmake.lua
克隆/下载
xmake.lua 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
vimoon.zheng 提交于 5个月前 . 添加socket框架
-- set_policy("test.stop_on_first_failure", true)
includes("app_config")
includes("batch")
includes("checkpoint")
includes("common")
includes("compression")
includes("config")
includes("container_manager")
includes("controller")
includes("event")
includes("event_handler")
includes("file_source")
includes("flusher")
includes("input")
includes("metadata")
includes("ebpf")
includes("log_pb")
includes("models")
includes("monitor")
includes("pipeline")
includes("instance_config")
includes("plugin")
includes("polling")
includes("processor")
includes("provider")
includes("queue")
includes("reader")
includes("sender")
includes("serializer")
includes("prometheus")
includes("route")
includes("task_pipeline")
includes("host_monitor")
if not has_config("WITHOUT_SPL") then
includes("spl")
end
target("unittest_base")
set_kind("static")
on_config(function (target)
import("util")
util.add_framwork_files(target, false)
util.add_common_files(target, false)
util.add_plugin_files(target, false)
end)
set_options("WITHOUT_SPL")
add_options("WITH_CIX")
add_includedirs("../", "../config", {public = true})
add_defines("LOGTAIL_NO_TC_MALLOC", "APSARA_UNIT_TEST_MAIN", {public = true})
add_deps("provider")
add_cxflags("-Wno-delete-abstract-non-virtual-dtor", "-Wno-defaulted-function-deleted", "-Wno-deprecated-declarations", {public = true})
add_packages("gtest", {public = true})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SmartSmallBoy/loongcollector_cpp.git
git@gitee.com:SmartSmallBoy/loongcollector_cpp.git
SmartSmallBoy
loongcollector_cpp
loongcollector_cpp
master

搜索帮助