Re: [PATCH v11 8/8] kselftest/cgroup: Add cpuset v2 partition root state test

From: Waiman Long
Date: Sat May 21 2022 - 22:40:33 EST


On 5/21/22 06:24, Muhammad Usama Anjum wrote:
On 5/10/22 8:34 PM, Waiman Long wrote:
diff --git a/tools/testing/selftests/cgroup/Makefile b/tools/testing/selftests/cgroup/Makefile
index 745fe25fa0b9..01687418b92f 100644
--- a/tools/testing/selftests/cgroup/Makefile
+++ b/tools/testing/selftests/cgroup/Makefile
@@ -1,10 +1,11 @@
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -Wall -pthread
-all:
+all: ${HELPER_PROGS}
TEST_FILES := with_stress.sh
-TEST_PROGS := test_stress.sh
+TEST_PROGS := test_stress.sh test_cpuset_prs.sh
+TEST_GEN_FILES := wait_inotify
Please add wait_inotify to .gitignore file.

TEST_GEN_PROGS = test_memcontrol
TEST_GEN_PROGS += test_kmem
TEST_GEN_PROGS += test_core

Right. Sorry for missing that. Will add it to the next version.

Thanks,
Longman