967f268fde74e7f61d741e58e2b257a365e25c59
[linux-2.6-microblaze.git] / tools / testing / selftests / cgroup / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -Wall -pthread
3
4 all:
5
6 TEST_FILES     := with_stress.sh
7 TEST_PROGS     := test_stress.sh
8 TEST_GEN_PROGS = test_memcontrol
9 TEST_GEN_PROGS += test_core
10 TEST_GEN_PROGS += test_freezer
11
12 include ../lib.mk
13
14 $(OUTPUT)/test_memcontrol: cgroup_util.c ../clone3/clone3_selftests.h
15 $(OUTPUT)/test_core: cgroup_util.c ../clone3/clone3_selftests.h
16 $(OUTPUT)/test_freezer: cgroup_util.c ../clone3/clone3_selftests.h