selftests: bpf: install script with_addr.sh
authorAnders Roxell <anders.roxell@linaro.org>
Wed, 10 Oct 2018 14:27:04 +0000 (16:27 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 11 Oct 2018 08:35:45 +0000 (10:35 +0200)
commitabddd49d325d3e42852ccff8b71c6db8a1303315
tree26cba643aa6a0f4a6ff109facc289bcc8f7f067b
parentd0bcd1201e57eae03e456c142e8f20aba0338dd7
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: 42973e1f840c ("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>
tools/testing/selftests/bpf/Makefile