summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/cgroup/Makefile
blob: 967f268fde74e7f61d741e58e2b257a365e25c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -Wall -pthread

all:

TEST_FILES     := with_stress.sh
TEST_PROGS     := test_stress.sh
TEST_GEN_PROGS = test_memcontrol
TEST_GEN_PROGS += test_core
TEST_GEN_PROGS += test_freezer

include ../lib.mk

$(OUTPUT)/test_memcontrol: cgroup_util.c ../clone3/clone3_selftests.h
$(OUTPUT)/test_core: cgroup_util.c ../clone3/clone3_selftests.h
$(OUTPUT)/test_freezer: cgroup_util.c ../clone3/clone3_selftests.h