File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/testing/selftests/bpf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test
30
30
test_sock test_btf test_sockmap get_cgroup_id_user test_socket_cookie \
31
31
test_cgroup_storage test_select_reuseport \
32
32
test_netcnt test_tcpnotify_user test_sock_fields test_sysctl test_hashmap \
33
- test_cgroup_attach xdping test_progs-no_alu32
33
+ test_cgroup_attach test_progs-no_alu32
34
34
35
35
# Also test bpf-gcc, if present
36
36
ifneq ($(BPF_GCC ) ,)
@@ -71,7 +71,7 @@ TEST_PROGS_EXTENDED := with_addr.sh \
71
71
# Compile but not part of 'make run_tests'
72
72
TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \
73
73
flow_dissector_load test_flow_dissector test_tcp_check_syncookie_user \
74
- test_lirc_mode2_user
74
+ test_lirc_mode2_user xdping
75
75
76
76
TEST_CUSTOM_PROGS = urandom_read
77
77
You can’t perform that action at this time.
0 commit comments