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)
commit6e05abc9abd5dc4dc9e6b98e01564f4a2659f0fe
treede868fc7a5742894edf1c1d52d95134090630dc8
parentb4099769f3321a8d258a47a8b4b9d278dad28a73
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]