aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/pidfd/Makefile
blob: 720b2d884b3c52560d86078c704b1696a89c5a9d (plain) (blame)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -g -I../../../../usr/include/ -lpthread

TEST_GEN_PROGS := pidfd_test pidfd_open_test

include ../lib.mk