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

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

104# Order correspond to 'make run_tests' order
105TEST_PROGS := test_kmod.sh \
106 test_lirc_mode2.sh \
107 test_tc_tunnel.sh \
108 test_tc_edt.sh \
109 test_xdping.sh \
110 test_bpftool_build.sh \
111 test_bpftool.sh \
1# SPDX-License-Identifier: GPL-2.0
2include ../../../build/Build.include
3include ../../../scripts/Makefile.arch
4include ../../../scripts/Makefile.include
5
6CXX ?= $(CROSS_COMPILE)g++
7
8CURDIR := $(abspath .)

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

104# Order correspond to 'make run_tests' order
105TEST_PROGS := test_kmod.sh \
106 test_lirc_mode2.sh \
107 test_tc_tunnel.sh \
108 test_tc_edt.sh \
109 test_xdping.sh \
110 test_bpftool_build.sh \
111 test_bpftool.sh \
112 test_bpftool_map.sh \
112 test_bpftool_metadata.sh \
113 test_doc_build.sh \
114 test_xsk.sh \
115 test_xdp_features.sh
116
117TEST_PROGS_EXTENDED := \
118 ima_setup.sh verify_sig_setup.sh \
119 test_bpftool.py

--- 762 unchanged lines hidden ---
113 test_bpftool_metadata.sh \
114 test_doc_build.sh \
115 test_xsk.sh \
116 test_xdp_features.sh
117
118TEST_PROGS_EXTENDED := \
119 ima_setup.sh verify_sig_setup.sh \
120 test_bpftool.py

--- 762 unchanged lines hidden ---