diff options
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
| -rw-r--r-- | tools/testing/selftests/bpf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index a1b66da965d0..553d1816b77a 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile | |||
| @@ -24,7 +24,7 @@ urandom_read: urandom_read.c | |||
| 24 | # Order correspond to 'make run_tests' order | 24 | # Order correspond to 'make run_tests' order |
| 25 | TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs \ | 25 | TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs \ |
| 26 | test_align test_verifier_log test_dev_cgroup test_tcpbpf_user \ | 26 | test_align test_verifier_log test_dev_cgroup test_tcpbpf_user \ |
| 27 | test_sock test_btf test_sockmap | 27 | test_sock test_btf test_sockmap test_lirc_mode2_user |
| 28 | 28 | ||
| 29 | TEST_GEN_FILES = test_pkt_access.o test_xdp.o test_l4lb.o test_tcp_estats.o test_obj_id.o \ | 29 | TEST_GEN_FILES = test_pkt_access.o test_xdp.o test_l4lb.o test_tcp_estats.o test_obj_id.o \ |
| 30 | test_pkt_md_access.o test_xdp_redirect.o test_xdp_meta.o sockmap_parse_prog.o \ | 30 | test_pkt_md_access.o test_xdp_redirect.o test_xdp_meta.o sockmap_parse_prog.o \ |
| @@ -34,7 +34,7 @@ TEST_GEN_FILES = test_pkt_access.o test_xdp.o test_l4lb.o test_tcp_estats.o test | |||
| 34 | sockmap_tcp_msg_prog.o connect4_prog.o connect6_prog.o test_adjust_tail.o \ | 34 | sockmap_tcp_msg_prog.o connect4_prog.o connect6_prog.o test_adjust_tail.o \ |
| 35 | test_btf_haskv.o test_btf_nokv.o test_sockmap_kern.o test_tunnel_kern.o \ | 35 | test_btf_haskv.o test_btf_nokv.o test_sockmap_kern.o test_tunnel_kern.o \ |
| 36 | test_get_stack_rawtp.o test_sockmap_kern.o test_sockhash_kern.o \ | 36 | test_get_stack_rawtp.o test_sockmap_kern.o test_sockhash_kern.o \ |
| 37 | test_lwt_seg6local.o sendmsg4_prog.o sendmsg6_prog.o | 37 | test_lwt_seg6local.o sendmsg4_prog.o sendmsg6_prog.o test_lirc_mode2_kern.o |
| 38 | 38 | ||
| 39 | # Order correspond to 'make run_tests' order | 39 | # Order correspond to 'make run_tests' order |
| 40 | TEST_PROGS := test_kmod.sh \ | 40 | TEST_PROGS := test_kmod.sh \ |
| @@ -44,7 +44,8 @@ TEST_PROGS := test_kmod.sh \ | |||
| 44 | test_offload.py \ | 44 | test_offload.py \ |
| 45 | test_sock_addr.sh \ | 45 | test_sock_addr.sh \ |
| 46 | test_tunnel.sh \ | 46 | test_tunnel.sh \ |
| 47 | test_lwt_seg6local.sh | 47 | test_lwt_seg6local.sh \ |
| 48 | test_lirc_mode2.sh | ||
| 48 | 49 | ||
| 49 | # Compile but not part of 'make run_tests' | 50 | # Compile but not part of 'make run_tests' |
| 50 | TEST_GEN_PROGS_EXTENDED = test_libbpf_open test_sock_addr | 51 | TEST_GEN_PROGS_EXTENDED = test_libbpf_open test_sock_addr |
