selftests/memfd: add memfd_create hugetlbfs selftest
[linux-2.6-microblaze.git] / tools / testing / selftests / memfd / Makefile
index ad8a089..bc9d02d 100644 (file)
@@ -3,7 +3,7 @@ CFLAGS += -I../../../../include/uapi/
 CFLAGS += -I../../../../include/
 CFLAGS += -I../../../../usr/include/
 
-TEST_PROGS := run_fuse_test.sh
+TEST_PROGS := run_tests.sh
 TEST_GEN_FILES := memfd_test fuse_mnt fuse_test
 
 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)