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

From: Muhammad Usama Anjum
Date: Sat May 21 2022 - 06:25:25 EST


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

--
Muhammad Usama Anjum