diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-10-16 09:00:51 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-10-17 22:15:08 +0300 |
commit | cb79a4e1b80b191779c68b9f04f7e43c226ce076 (patch) | |
tree | 0954da9a0ec087068d5be24ef6c1e54da8b00de8 /tools/testing/selftests/bpf/.gitignore | |
parent | 5ac93074b581984d67926d48b2c601b12b35a0f9 (diff) | |
download | linux-cb79a4e1b80b191779c68b9f04f7e43c226ce076.tar.xz |
selftest/bpf: Remove test_libbpf.sh and test_libbpf_open
test_progs is much more sophisticated superset of tests compared to
test_libbpf.sh and test_libbpf_open. Remove test_libbpf.sh and
test_libbpf_open.
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20191016060051.2024182-8-andriin@fb.com
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 c51f356f84b5..6f46170e09c1 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -11,7 +11,6 @@ test_dev_cgroup test_tcpbpf_user test_verifier_log feature -test_libbpf_open test_sock test_sock_addr test_sock_fields |