diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-10-09 02:10:07 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-10-10 01:38:36 +0300 |
commit | 6e05abc9abd5dc4dc9e6b98e01564f4a2659f0fe (patch) | |
tree | de868fc7a5742894edf1c1d52d95134090630dc8 /tools/testing/selftests/bpf/Makefile | |
parent | b4099769f3321a8d258a47a8b4b9d278dad28a73 (diff) | |
download | linux-6e05abc9abd5dc4dc9e6b98e01564f4a2659f0fe.tar.xz |
selftests/bpf: Convert test_btf_dump into test_progs test
Convert test_btf_dump into a part of test_progs, instead of
a stand-alone test binary.
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20191008231009.2991130-3-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 90944b7a8274..40552fb441e5 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile @@ -29,7 +29,7 @@ TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test test_sock test_btf test_sockmap get_cgroup_id_user test_socket_cookie \ test_cgroup_storage test_select_reuseport test_section_names \ test_netcnt test_tcpnotify_user test_sock_fields test_sysctl test_hashmap \ - test_btf_dump test_cgroup_attach xdping + test_cgroup_attach xdping BPF_OBJ_FILES = $(patsubst %.c,%.o, $(notdir $(wildcard progs/*.c))) TEST_GEN_FILES = $(BPF_OBJ_FILES) |