diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-09-04 19:25:06 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-09-06 19:59:05 +0300 |
commit | 9a365e67d8bbcfff47063a4eeaa98fd3668e223a (patch) | |
tree | 434bddf7f28dc327f30e9794a5ec4a9d661e30e9 /tools/testing/selftests/bpf/.gitignore | |
parent | 4a64742168ce9e9972dab3f684629845c6e6dc67 (diff) | |
download | linux-9a365e67d8bbcfff47063a4eeaa98fd3668e223a.tar.xz |
selftests/bpf: test_progs: convert test_sockopt_sk
Move the files, adjust includes, remove entry from Makefile & .gitignore
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/.gitignore')
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 0315120eac8f..bc83c1a7ea1b 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -39,7 +39,6 @@ libbpf.so.* test_hashmap test_btf_dump xdping -test_sockopt_sk test_sockopt_multi test_sockopt_inherit test_tcp_rtt |