xref: /linux-5.10/tools/testing/selftests/cgroup/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -Wall -pthread
3
4all:
5
6TEST_FILES     := with_stress.sh
7TEST_PROGS     := test_stress.sh
8TEST_GEN_PROGS = test_memcontrol
9TEST_GEN_PROGS += test_kmem
10TEST_GEN_PROGS += test_core
11TEST_GEN_PROGS += test_freezer
12
13include ../lib.mk
14
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
19

served by {OpenGrok

Last Index Update: Mon Aug 04 00:37:24 UTC 2025