From bcbe79bc95c68fcbbfb407ec5b049393a81fd45f Mon Sep 17 00:00:00 2001 From: Greened <108997309+GreenedDev@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:47:17 +0400 Subject: [PATCH] Update tests.rs --- test/integration-test/src/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration-test/src/tests.rs b/test/integration-test/src/tests.rs index db99e095..243775f5 100644 --- a/test/integration-test/src/tests.rs +++ b/test/integration-test/src/tests.rs @@ -9,3 +9,4 @@ mod relocations; mod ring_buf; mod smoke; mod xdp; +mod greened_test;