selftests/bpf: Add missing files required by test_bpftool.sh for installing
authorLi Zhijian <lizhijian@cn.fujitsu.com>
Fri, 20 Aug 2021 01:55:56 +0000 (09:55 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 24 Aug 2021 21:01:10 +0000 (14:01 -0700)
commit404bd9ff5d7ccb938ab033f6971c6ee2b8384387
treed98fcc0e010b6f3ef1ffa134d425ab381a8673e2
parent7a3bdca20b10fb93a34aca22e19c4b27c5602edb
selftests/bpf: Add missing files required by test_bpftool.sh for installing

test_bpftool.sh relies on bpftool and test_bpftool.py.

'make install' will install bpftool to INSTALL_PATH/bpf/bpftool, and
export it to PATH so that it can be used after installing.

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210820015556.23276-5-lizhijian@cn.fujitsu.com
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_bpftool.sh