WIP FPC-III support
[linux/fpc-iii.git] / tools / testing / selftests / cgroup / Makefile
blobf027d933595b33fab0f8606a2d9cbc0ebb5a7572
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -Wall -pthread
4 all:
6 TEST_FILES := with_stress.sh
7 TEST_PROGS := test_stress.sh
8 TEST_GEN_PROGS = test_memcontrol
9 TEST_GEN_PROGS += test_kmem
10 TEST_GEN_PROGS += test_core
11 TEST_GEN_PROGS += test_freezer
13 include ../lib.mk
15 $(OUTPUT)/test_memcontrol: cgroup_util.c ../clone3/clone3_selftests.h
16 $(OUTPUT)/test_kmem: cgroup_util.c ../clone3/clone3_selftests.h
17 $(OUTPUT)/test_core: cgroup_util.c ../clone3/clone3_selftests.h
18 $(OUTPUT)/test_freezer: cgroup_util.c ../clone3/clone3_selftests.h