Linux-6.18.2/tools/testing/selftests/net/af_unix/Makefile

14 lines
223 B
Makefile
Raw Normal View History

2025-12-23 20:05:50 +08:00
CFLAGS += $(KHDR_INCLUDES) -Wall -Wflex-array-member-not-at-end
TEST_GEN_PROGS := \
diag_uid \
msg_oob \
scm_inq \
scm_pidfd \
scm_rights \
so_peek_off \
unix_connect \
# end of TEST_GEN_PROGS
include ../../lib.mk