From d84161c5cb82956c5a05391e2307b19933677a04 Mon Sep 17 00:00:00 2001 From: Greened <108997309+GreenedDev@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:45:08 +0400 Subject: [PATCH] Update Cargo.toml --- test/integration-ebpf/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"