Skip to content

Commit 0204e95

Browse files
committed
selftests/bpf: reorder test_progs sources alphabetically
Update test_progs sources listing to make those sorted alphabetically Signed-off-by: Alexis Lothoré (eBPF Foundation) <[email protected]> --- Changes in v2: - new commit
1 parent 24a3f92 commit 0204e95

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

tools/testing/selftests/bpf/Makefile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -729,25 +729,25 @@ $(VERIFY_SIG_HDR): $(VERIFICATION_CERT)
729729
# Define test_progs test runner.
730730
TRUNNER_TESTS_DIR := prog_tests
731731
TRUNNER_BPF_PROGS_DIR := progs
732-
TRUNNER_EXTRA_SOURCES := test_progs.c \
733-
cgroup_helpers.c \
734-
trace_helpers.c \
735-
network_helpers.c \
736-
testing_helpers.c \
737-
btf_helpers.c \
738-
cap_helpers.c \
739-
unpriv_helpers.c \
740-
netlink_helpers.c \
741-
jit_disasm_helpers.c \
742-
io_helpers.c \
743-
test_loader.c \
744-
xsk.c \
745-
disasm.c \
746-
disasm_helpers.c \
747-
json_writer.c \
732+
TRUNNER_EXTRA_SOURCES := btf_helpers.c \
733+
cap_helpers.c \
734+
cgroup_helpers.c \
735+
disasm.c \
736+
disasm_helpers.c \
737+
flow_dissector_load.h \
738+
ip_check_defrag_frags.h \
739+
io_helpers.c \
740+
jit_disasm_helpers.c \
741+
json_writer.c \
742+
netlink_helpers.c \
743+
network_helpers.c \
744+
test_loader.c \
745+
test_progs.c \
746+
testing_helpers.c \
747+
trace_helpers.c \
748+
unpriv_helpers.c \
748749
$(VERIFY_SIG_HDR) \
749-
flow_dissector_load.h \
750-
ip_check_defrag_frags.h
750+
xsk.c
751751
TRUNNER_LIB_SOURCES := find_bit.c
752752
TRUNNER_EXTRA_FILES := $(OUTPUT)/urandom_read \
753753
$(OUTPUT)/liburandom_read.so \

0 commit comments

Comments
 (0)