Skip to content

Commit ef4ab84

Browse files
roxellborkmann
authored andcommitted
selftests: bpf: install script with_addr.sh
When test_flow_dissector.sh runs it complains that it can't find script with_addr.sh: ./test_flow_dissector.sh: line 81: ./with_addr.sh: No such file or directory Rework so that with_addr.sh gets installed, add it to TEST_PROGS_EXTENDED variable. Fixes: 50b3ed5 ("selftests/bpf: test bpf flow dissection") Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
1 parent d3c72d7 commit ef4ab84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/testing/selftests/bpf/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ TEST_PROGS := test_kmod.sh \
5353
test_flow_dissector.sh \
5454
test_xdp_vlan.sh
5555

56+
TEST_PROGS_EXTENDED := with_addr.sh
57+
5658
# Compile but not part of 'make run_tests'
5759
TEST_GEN_PROGS_EXTENDED = test_libbpf_open test_sock_addr test_skb_cgroup_id_user \
5860
flow_dissector_load test_flow_dissector

0 commit comments

Comments
 (0)