]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Convert test_btf_dump into test_progs test
authorAndrii Nakryiko <andriin@fb.com>
Tue, 8 Oct 2019 23:10:07 +0000 (16:10 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 9 Oct 2019 22:38:36 +0000 (15:38 -0700)
commit02ae91b3f58c86a54272f8153c408c1f00216c94
treede868fc7a5742894edf1c1d52d95134090630dc8
parent4141dac754c706f05feb2bf76927562ae7b7dcc4
selftests/bpf: Convert test_btf_dump into test_progs test

Convert test_btf_dump into a part of test_progs, instead of
a stand-alone test binary.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20191008231009.2991130-3-andriin@fb.com
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/prog_tests/btf_dump.c [new file with mode: 0644]
tools/testing/selftests/bpf/test_btf_dump.c [deleted file]