master
h 11 lines 303 Bytes
Raw
1 #ifndef NETDATA_EBPF_PLUGIN_UNITTEST_H_
2 #define NETDATA_EBPF_PLUGIN_UNITTEST_H_ 1
3
4 #include "ebpf.h"
5
6 void ebpf_ut_initialize_structure(netdata_run_mode_t mode);
7 int ebpf_ut_load_real_binary();
8 int ebpf_ut_load_fake_binary();
9 void ebpf_ut_cleanup_memory();
10 void ebpf_library_run_unittests(void);
11 #endif