summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/clone3/Makefile
blob: 79b19a2863a0b3eeb6603e32e2af727b7cb81e23 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -g -std=gnu99 -I../../../../usr/include/
LDLIBS += -lcap

TEST_GEN_PROGS := clone3 clone3_clear_sighand clone3_set_tid \
	clone3_cap_checkpoint_restore

include ../lib.mk