summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/pid_namespace/Makefile
blob: b01a924ac04bd80554e17dd6617e437ad946ddf7 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -g $(KHDR_INCLUDES)

TEST_GEN_PROGS = regression_enomem pid_max pidns_init_via_setns

LOCAL_HDRS += $(selfdir)/pidfd/pidfd.h

include ../lib.mk