xref: /linux/tools/testing/selftests/pidfd/Makefile (revision 0062972b9d9f888d0273c6496769d02e8f509135)
1# SPDX-License-Identifier: GPL-2.0-only
2CFLAGS += -g -I../../../../usr/include/ -pthread
3
4TEST_GEN_PROGS := pidfd_test pidfd_fdinfo_test pidfd_open_test pidfd_poll_test pidfd_wait
5
6include ../lib.mk
7
8