Makefile (a1dd1d86973182458da7798a95f26cfcbea599b4) Makefile (a89052572ebbf4bcee7c39390640e92b60eaa653)
1# SPDX-License-Identifier: GPL-2.0
2include ../../../../scripts/Kbuild.include
3include ../../../scripts/Makefile.arch
4
5CXX ?= $(CROSS_COMPILE)g++
6
7CURDIR := $(abspath .)
8TOOLSDIR := $(abspath ../../..)

--- 32 unchanged lines hidden (view full) ---

41
42# Also test bpf-gcc, if present
43ifneq ($(BPF_GCC),)
44TEST_GEN_PROGS += test_progs-bpf_gcc
45endif
46
47TEST_GEN_FILES =
48TEST_FILES = test_lwt_ip_encap.o \
1# SPDX-License-Identifier: GPL-2.0
2include ../../../../scripts/Kbuild.include
3include ../../../scripts/Makefile.arch
4
5CXX ?= $(CROSS_COMPILE)g++
6
7CURDIR := $(abspath .)
8TOOLSDIR := $(abspath ../../..)

--- 32 unchanged lines hidden (view full) ---

41
42# Also test bpf-gcc, if present
43ifneq ($(BPF_GCC),)
44TEST_GEN_PROGS += test_progs-bpf_gcc
45endif
46
47TEST_GEN_FILES =
48TEST_FILES = test_lwt_ip_encap.o \
49 test_tc_edt.o
49 test_tc_edt.o \
50 xsk_prereqs.sh
50
51# Order correspond to 'make run_tests' order
52TEST_PROGS := test_kmod.sh \
53 test_xdp_redirect.sh \
54 test_xdp_meta.sh \
55 test_xdp_veth.sh \
56 test_offload.py \
57 test_sock_addr.sh \

--- 7 unchanged lines hidden (view full) ---

65 test_lwt_ip_encap.sh \
66 test_tcp_check_syncookie.sh \
67 test_tc_tunnel.sh \
68 test_tc_edt.sh \
69 test_xdping.sh \
70 test_bpftool_build.sh \
71 test_bpftool.sh \
72 test_bpftool_metadata.sh \
51
52# Order correspond to 'make run_tests' order
53TEST_PROGS := test_kmod.sh \
54 test_xdp_redirect.sh \
55 test_xdp_meta.sh \
56 test_xdp_veth.sh \
57 test_offload.py \
58 test_sock_addr.sh \

--- 7 unchanged lines hidden (view full) ---

66 test_lwt_ip_encap.sh \
67 test_tcp_check_syncookie.sh \
68 test_tc_tunnel.sh \
69 test_tc_edt.sh \
70 test_xdping.sh \
71 test_bpftool_build.sh \
72 test_bpftool.sh \
73 test_bpftool_metadata.sh \
74 test_xsk.sh
73
74TEST_PROGS_EXTENDED := with_addr.sh \
75 with_tunnels.sh \
76 tcp_client.py \
77 tcp_server.py \
78 test_xdp_vlan.sh
79
80# Compile but not part of 'make run_tests'

--- 389 unchanged lines hidden ---
75
76TEST_PROGS_EXTENDED := with_addr.sh \
77 with_tunnels.sh \
78 tcp_client.py \
79 tcp_server.py \
80 test_xdp_vlan.sh
81
82# Compile but not part of 'make run_tests'

--- 389 unchanged lines hidden ---