diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-10-23 08:09:13 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-10-23 19:06:46 +0200 |
commit | 9bc6384b364407381cc24c2150d13dd29f5bfdd2 (patch) | |
tree | 3058dd6eaedbd04de6b66cf8dae1c991dac84a46 /tools/testing/selftests/bpf/Makefile | |
parent | libbpf: Use implicit XSKMAP lookup from AF_XDP XDP program (diff) | |
download | linux-9bc6384b364407381cc24c2150d13dd29f5bfdd2.tar.xz linux-9bc6384b364407381cc24c2150d13dd29f5bfdd2.zip |
selftests/bpf: Move test_section_names into test_progs and fix it
Make test_section_names into test_progs test. Also fix ESRCH expected
results. Add uprobe/uretprobe and tp/raw_tp test cases.
Fixes: dd4436bb8383 ("libbpf: Teach bpf_object__open to guess program types")
Reported-by: kernel test robot <rong.a.chen@intel.com>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20191023060913.1713817-1-andriin@fb.com
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
-rw-r--r-- | tools/testing/selftests/bpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index 11ff34e7311b..521fbdada5cc 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile @@ -28,7 +28,7 @@ LDLIBS += -lcap -lelf -lrt -lpthread TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs \ test_align test_verifier_log test_dev_cgroup test_tcpbpf_user \ test_sock test_btf test_sockmap get_cgroup_id_user test_socket_cookie \ - test_cgroup_storage test_select_reuseport test_section_names \ + test_cgroup_storage test_select_reuseport \ test_netcnt test_tcpnotify_user test_sock_fields test_sysctl test_hashmap \ test_cgroup_attach xdping test_progs-no_alu32 |