aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/efivarfs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/efivarfs')
-rw-r--r--tools/testing/selftests/efivarfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/efivarfs/Makefile b/tools/testing/selftests/efivarfs/Makefile
index 3052d0bda24b..9ff04f154bd5 100644
--- a/tools/testing/selftests/efivarfs/Makefile
+++ b/tools/testing/selftests/efivarfs/Makefile
@@ -6,6 +6,7 @@ test_objs = open-unlink create-read
all: $(test_objs)
TEST_PROGS := efivarfs.sh
+TEST_FILES := $(test_objs)
include ../lib.mk