summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-09-24 13:25:25 -0700
committergVisor bot <gvisor-bot@google.com>2019-09-24 13:29:46 -0700
commit502f8f238ea58c4828e528e563d8dbd419faeea7 (patch)
treee033e3d1ca0d32b9eca9faf0feb45c78a97b1f94 /test/syscalls/linux/BUILD
parent6704d625ef2726a54078f4179d0eaa2c820cc401 (diff)
Stub out readahead implementation.
Closes #261 PiperOrigin-RevId: 270973347
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index a4cebf46f..28b23ce58 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -1736,6 +1736,20 @@ cc_binary(
)
cc_binary(
+ name = "readahead_test",
+ testonly = 1,
+ srcs = ["readahead.cc"],
+ linkstatic = 1,
+ deps = [
+ "//test/util:file_descriptor",
+ "//test/util:temp_path",
+ "//test/util:test_main",
+ "//test/util:test_util",
+ "@com_google_googletest//:gtest",
+ ],
+)
+
+cc_binary(
name = "readv_test",
testonly = 1,
srcs = [