]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh
authorStanislav Fomichev <sdf@google.com>
Mon, 14 Jan 2019 17:41:41 +0000 (09:41 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Feb 2019 09:09:49 +0000 (10:09 +0100)
commit492803a5dae6a1ddf417e8007f86ac457020a492
tree96eff96116de7e597906259e8536a95a85837c2d
parent299cc6a2df403c54a0c155640221b6c58fb066cb
selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh

[ Upstream commit 1be72f29bfb98be27a95309f18b4ab5249967b59 ]

test_flow_dissector.sh depends on both with_addr.sh and with_tunnels.sh
However, we install only with_addr.sh.

Add with_tunnels.sh to TEST_PROGS_EXTENDED to make sure it gets
installed as well.

Tested with: make TARGETS=bpf install INSTALL_PATH=$PWD/x

Fixes: ef4ab8447aa26 ("selftests: bpf: install script with_addr.sh")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/bpf/Makefile