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

all:

TEST_GEN_PROGS = test_memcontrol
TEST_GEN_PROGS += test_core
TEST_GEN_PROGS += test_freezer

include ../lib.mk

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