aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/efivarfs/Makefile
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-02-27 17:05:55 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-27 19:10:24 -0800
commitd974f67a528fa7ef5547318ea09bf581c8c1d3d9 (patch)
tree62cb02b15d8e6da078e3ce20e3cadea2edc8a1e7 /tools/testing/selftests/efivarfs/Makefile
parentselftests/efivarfs: add empty file creation test (diff)
downloadlinux-dev-d974f67a528fa7ef5547318ea09bf581c8c1d3d9.tar.xz
linux-dev-d974f67a528fa7ef5547318ea09bf581c8c1d3d9.zip
selftests/efivarfs: add create-read test
Test that reads from a newly-created efivarfs file (with no data written) will return EOF. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Cc: Matt Fleming <matt.fleming@intel.com> Cc: Lingzhu Xiang <lxiang@redhat.com> Cc: Dave Young <dyoung@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/efivarfs/Makefile')
-rw-r--r--tools/testing/selftests/efivarfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/efivarfs/Makefile b/tools/testing/selftests/efivarfs/Makefile
index b64f61467e26..29e8c6bc81b0 100644
--- a/tools/testing/selftests/efivarfs/Makefile
+++ b/tools/testing/selftests/efivarfs/Makefile
@@ -1,7 +1,7 @@
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall
-test_objs = open-unlink
+test_objs = open-unlink create-read
all: $(test_objs)