Skip to content

Commit 23865d4

Browse files
committed
lib/testing: Add missing exports to test_runner.sh
We missed adding these exports when adding new tools to be tested. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 7169367 commit 23865d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/testing/test_runner.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,9 @@ fi
584584

585585
export XDP_FILTER
586586
export XDP_LOADER
587+
export XDP_BENCH
588+
export XDP_MONITOR
589+
export XDP_TRAFFICGEN
587590
export XDPDUMP
588591

589592
TEST_DEFINITIONS="${1:-}"

0 commit comments

Comments
 (0)