]> git.baikalelectronics.ru Git - kernel.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)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 15 Jan 2019 19:53:30 +0000 (20:53 +0100)
commitac73fa78cf8ae9cc7d493ceaba15e45b965a9aaa
tree2f5a9735ee0f55b91aa13719f149a9ba49affeec
parent85e568a18f62fa93238b83b7b1c1477bb32c4860
selftests/bpf: install with_tunnels.sh for test_flow_dissector.sh

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: abddd49d325d3 ("selftests: bpf: install script with_addr.sh")
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/Makefile