Commit ffa773e1 authored by Shuah Khan's avatar Shuah Khan
Browse files

selftests: Fix memfd test run-time regression



Commit d3fd949a ("selftests: Fix memfd to support relocatable
build (O=objdir)") introduced regression run-time regression with
a change to include programs that should be run from shell scripts
to list of programs that run as independent tests. This fix restores
the original designation.

Fixes: d3fd949a ("selftests: Fix memfd to support relocatable build (O=objdir)")
Reported-by: default avatarkernel test robot <rong.a.chen@intel.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 963e3e9c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@ CFLAGS += -I../../../../include/uapi/
CFLAGS += -I../../../../include/
CFLAGS += -I../../../../usr/include/

TEST_GEN_PROGS := memfd_test fuse_test fuse_mnt
TEST_GEN_PROGS := memfd_test
TEST_PROGS := run_fuse_test.sh run_hugetlbfs_test.sh
TEST_GEN_FILES := fuse_test fuse_mnt

fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)