Makefile (ae8a76fb8b5d03fa2adc7249dc6131ba6a0c6119) | Makefile (e47a179997ceee6864fbae620eee09ea9c345a4d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2include ../../../../scripts/Kbuild.include 3include ../../../scripts/Makefile.arch 4 5CURDIR := $(abspath .) 6LIBDIR := $(abspath ../../../lib) 7BPFDIR := $(LIBDIR)/bpf 8TOOLSDIR := $(abspath ../../../include) --- 24 unchanged lines hidden (view full) --- 33 test_cgroup_attach xdping test_progs-no_alu32 34 35# Also test bpf-gcc, if present 36ifneq ($(BPF_GCC),) 37TEST_GEN_PROGS += test_progs-bpf_gcc 38endif 39 40TEST_GEN_FILES = | 1# SPDX-License-Identifier: GPL-2.0 2include ../../../../scripts/Kbuild.include 3include ../../../scripts/Makefile.arch 4 5CURDIR := $(abspath .) 6LIBDIR := $(abspath ../../../lib) 7BPFDIR := $(LIBDIR)/bpf 8TOOLSDIR := $(abspath ../../../include) --- 24 unchanged lines hidden (view full) --- 33 test_cgroup_attach xdping test_progs-no_alu32 34 35# Also test bpf-gcc, if present 36ifneq ($(BPF_GCC),) 37TEST_GEN_PROGS += test_progs-bpf_gcc 38endif 39 40TEST_GEN_FILES = |
41TEST_FILES = | 41TEST_FILES = test_lwt_ip_encap.o \ 42 test_tc_edt.o |
42 43# Order correspond to 'make run_tests' order 44TEST_PROGS := test_kmod.sh \ 45 test_xdp_redirect.sh \ 46 test_xdp_meta.sh \ 47 test_xdp_veth.sh \ 48 test_offload.py \ 49 test_sock_addr.sh \ --- 265 unchanged lines hidden --- | 43 44# Order correspond to 'make run_tests' order 45TEST_PROGS := test_kmod.sh \ 46 test_xdp_redirect.sh \ 47 test_xdp_meta.sh \ 48 test_xdp_veth.sh \ 49 test_offload.py \ 50 test_sock_addr.sh \ --- 265 unchanged lines hidden --- |