summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parent3e302188637fca7dc1fc676e5672d14730efbd84 (diff)
eBPF unittest + bug fix (#15146)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 434038a442..666847dc32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -360,6 +360,8 @@ EBPF_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 \
$(LIBNETDATA_FILES) \
$(NULL)