diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-02-27 17:05:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-27 19:10:24 -0800 |
commit | d974f67a528fa7ef5547318ea09bf581c8c1d3d9 (patch) | |
tree | 62cb02b15d8e6da078e3ce20e3cadea2edc8a1e7 /tools/testing/selftests/efivarfs/Makefile | |
parent | 033a1a7fe7e27b9320496ca7da6905a5f654a768 (diff) | |
download | linux-d974f67a528fa7ef5547318ea09bf581c8c1d3d9.tar.gz linux-d974f67a528fa7ef5547318ea09bf581c8c1d3d9.tar.bz2 linux-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/Makefile | 2 |
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) |