summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/.gitignore
diff options
context:
space:
mode:
authorAndrii Nakryiko <andriin@fb.com>2019-05-24 21:59:04 +0300
committerAlexei Starovoitov <ast@kernel.org>2019-05-25 00:05:58 +0300
commit2d2a3ad872f884d618f11e1a2028cff862503dcd (patch)
treeac6c8d467949cdb304024b3aff5bd113e3bff3c6 /tools/testing/selftests/bpf/.gitignore
parent351131b51c7a27daf0fbdce80b619b8d130374c6 (diff)
downloadlinux-2d2a3ad872f884d618f11e1a2028cff862503dcd.tar.xz
selftests/bpf: add btf_dump BTF-to-C conversion tests
Add new test_btf_dump set of tests, validating BTF-to-C conversion correctness. Tests rely on clang to generate BTF from provided C test cases. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/.gitignore')
-rw-r--r--tools/testing/selftests/bpf/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 138b6c063916..b3da2ffdc158 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -36,3 +36,4 @@ alu32
libbpf.pc
libbpf.so.*
test_hashmap
+test_btf_dump