diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-09-04 19:25:09 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-09-06 19:59:06 +0300 |
commit | 1f4f80fed217e8186a7e1067ae71260e133012ce (patch) | |
tree | 9a63bd66be8610501906cb8585378578096863da /tools/testing/selftests/bpf/.gitignore | |
parent | e3e02e1d9c24b0c3a36f9c854ae80e61fd62b2a9 (diff) | |
download | linux-1f4f80fed217e8186a7e1067ae71260e133012ce.tar.xz |
selftests/bpf: test_progs: convert test_tcp_rtt
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 5b06bb45b500..7470327edcfe 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -39,4 +39,3 @@ libbpf.so.* test_hashmap test_btf_dump xdping -test_tcp_rtt |