Makefile (11318989c381d2b08b4e361a03df09d54434b26c) Makefile (1a99fcc035fb666f5d0909aef0a753284cb5d04c)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -Wall -pthread
3
4all:
5
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -Wall -pthread
3
4all:
5
6TEST_FILES := with_stress.sh
7TEST_PROGS := test_stress.sh
6TEST_GEN_PROGS = test_memcontrol
7TEST_GEN_PROGS += test_core
8TEST_GEN_PROGS += test_freezer
9
10include ../lib.mk
11
12$(OUTPUT)/test_memcontrol: cgroup_util.c
13$(OUTPUT)/test_core: cgroup_util.c
14$(OUTPUT)/test_freezer: cgroup_util.c
8TEST_GEN_PROGS = test_memcontrol
9TEST_GEN_PROGS += test_core
10TEST_GEN_PROGS += test_freezer
11
12include ../lib.mk
13
14$(OUTPUT)/test_memcontrol: cgroup_util.c
15$(OUTPUT)/test_core: cgroup_util.c
16$(OUTPUT)/test_freezer: cgroup_util.c