diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index 102198ae..36eeb13e 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -68,3 +68,7 @@ path = "src/memmove_test.rs" [[bin]] name = "simple_prog" path = "src/simple_prog.rs" + +[[bin]] +name = "greened-test" +path = "src/greened-test.rs"