From 911e92c7177cbbee6b60ae1cf77631af5d49397c Mon Sep 17 00:00:00 2001 From: Greened <108997309+GreenedDev@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:45:59 +0400 Subject: [PATCH] Update lib.rs --- test/integration-test/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test/src/lib.rs b/test/integration-test/src/lib.rs index fc31e6c2..0242c560 100644 --- a/test/integration-test/src/lib.rs +++ b/test/integration-test/src/lib.rs @@ -24,7 +24,7 @@ pub const XDP_SEC: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/xdp pub const RING_BUF: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/ring_buf")); pub const MEMMOVE_TEST: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/memmove_test")); pub const SIMPLE_PROG: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/simple_prog")); - +pub const GREENED_TEST: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/greened_test")); #[cfg(test)] mod tests; #[cfg(test)]