diff options
-rw-r--r-- | tools/testing/selftests/bpf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index d24afe8b821d..d99dd6fc3fbe 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile | |||
@@ -53,6 +53,8 @@ TEST_PROGS := test_kmod.sh \ | |||
53 | test_flow_dissector.sh \ | 53 | test_flow_dissector.sh \ |
54 | test_xdp_vlan.sh | 54 | test_xdp_vlan.sh |
55 | 55 | ||
56 | TEST_PROGS_EXTENDED := with_addr.sh | ||
57 | |||
56 | # Compile but not part of 'make run_tests' | 58 | # Compile but not part of 'make run_tests' |
57 | TEST_GEN_PROGS_EXTENDED = test_libbpf_open test_sock_addr test_skb_cgroup_id_user \ | 59 | TEST_GEN_PROGS_EXTENDED = test_libbpf_open test_sock_addr test_skb_cgroup_id_user \ |
58 | flow_dissector_load test_flow_dissector | 60 | flow_dissector_load test_flow_dissector |