summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-06-12 14:35:21 +0000
committerGitHub <noreply@github.com>2023-06-12 14:35:21 +0000
commit132e31ce9e9a56c40c481071ee8993a0607508cc (patch)
treedf8f3a3ca95833f2d5a67ac77f1380070f73ef62 /CMakeLists.txt
parent3e302188637fca7dc1fc676e5672d14730efbd84 (diff)
eBPF unittest + bug fix (#15146)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 566053faa1..34c381619a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -620,6 +620,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf_apps.h
collectors/ebpf.plugin/ebpf_cgroup.c
collectors/ebpf.plugin/ebpf_cgroup.h
+ collectors/ebpf.plugin/ebpf_unittest.c
+ collectors/ebpf.plugin/ebpf_unittest.h
)
set(PROC_PLUGIN_FILES