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