diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index c7f29aee..a2168302 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -50,4 +50,8 @@ path = "src/redirect.rs" [[bin]] name = "xdp_sec" -path = "src/xdp_sec.rs" \ No newline at end of file +path = "src/xdp_sec.rs" + +[[bin]] +name = "stack_argument" +path = "src/stack_argument.rs"