forked from alibaba/loongcollector
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn UT debug mode ON (alibaba#1922)
* Turn UT debug mode ON * disable memleak UTs * remove app_config UT temporarily * run ut in container * remove force_read_unittest temporarily * fix devcontainer Dockerfile
- Loading branch information
1 parent
09c2c55
commit 4993457
Showing
9 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
cmake_minimum_required(VERSION 3.22) | ||
project(ebpf_unittest) | ||
|
||
add_executable(ebpf_server_unittest eBPFServerUnittest.cpp) | ||
target_link_libraries(ebpf_server_unittest ${UT_BASE_TARGET}) | ||
# add_executable(ebpf_server_unittest eBPFServerUnittest.cpp) | ||
# target_link_libraries(ebpf_server_unittest ${UT_BASE_TARGET}) | ||
|
||
include(GoogleTest) | ||
|
||
gtest_discover_tests(ebpf_server_unittest) | ||
# gtest_discover_tests(ebpf_server_unittest) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters