Skip to content

Commit

Permalink
new(libsinsp_e2e_tests): add forking and net tests
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Mar 27, 2024
1 parent df7f57a commit 0b7f14c
Show file tree
Hide file tree
Showing 18 changed files with 4,879 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/libsinsp_e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,19 @@ add_executable(libsinsp_e2e_tests
container/container_cgroup.cpp
container/docker_utils.cpp
event_capture.cpp
forking.cpp
fs.cpp
ipv6.cpp
main.cpp
paths.cpp
process.cpp
subprocess.cpp
sys_call_test.cpp
tcp_client_server.cpp
tcp_client_server_ipv4_mapped.cpp
threadinfo.cpp
thread_state.cpp
udp_client_server.cpp
)

if(BUILD_BPF)
Expand Down
Loading

0 comments on commit 0b7f14c

Please sign in to comment.