Linux-6.18.2/tools/testing/selftests/net/af_unix/Makefile
2025-12-23 20:06:59 +08:00

14 lines
223 B
Makefile

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