184092dbcSRoman Gushchin# SPDX-License-Identifier: GPL-2.0 211318989SMichal KoutnýCFLAGS += -Wall -pthread 384092dbcSRoman Gushchin 484092dbcSRoman Gushchinall: 584092dbcSRoman Gushchin 61a99fcc0SMichal KoutnýTEST_FILES := with_stress.sh 71a99fcc0SMichal KoutnýTEST_PROGS := test_stress.sh 884092dbcSRoman GushchinTEST_GEN_PROGS = test_memcontrol 9933dc80eSRoman GushchinTEST_GEN_PROGS += test_kmem 10d863cb03SClaudioTEST_GEN_PROGS += test_core 115313bfe4SRoman GushchinTEST_GEN_PROGS += test_freezer 1285e3b86eSChristian BraunerTEST_GEN_PROGS += test_kill 13*820a4f88SDavid VernetTEST_GEN_PROGS += test_cpu 1484092dbcSRoman Gushchin 15a738a4ceSAnders RoxellLOCAL_HDRS += $(selfdir)/clone3/clone3_selftests.h $(selfdir)/pidfd/pidfd.h 16a738a4ceSAnders Roxell 1784092dbcSRoman Gushchininclude ../lib.mk 1884092dbcSRoman Gushchin 19a738a4ceSAnders Roxell$(OUTPUT)/test_memcontrol: cgroup_util.c 20a738a4ceSAnders Roxell$(OUTPUT)/test_kmem: cgroup_util.c 21a738a4ceSAnders Roxell$(OUTPUT)/test_core: cgroup_util.c 22a738a4ceSAnders Roxell$(OUTPUT)/test_freezer: cgroup_util.c 23a738a4ceSAnders Roxell$(OUTPUT)/test_kill: cgroup_util.c 24*820a4f88SDavid Vernet$(OUTPUT)/test_cpu: cgroup_util.c 25