diff options
author | Michael Pratt <mpratt@google.com> | 2019-05-10 17:36:42 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-10 17:37:43 -0700 |
commit | c61a2e709a810233c310e409c07b0ed696f4e858 (patch) | |
tree | a0ab4d8aed6dc317b1b5d7bd105fc33e675761cd /test/syscalls/linux/BUILD | |
parent | 5ee8218483ce172400c21780d5dbc1ec2ba54d63 (diff) |
Modernize mknod test
PiperOrigin-RevId: 247704588
Change-Id: I1e63e2b310145695fbe38429b91e44d72473fcd6
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 7ff4e4883..ee40be569 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -1028,6 +1028,7 @@ cc_binary( srcs = ["mknod.cc"], linkstatic = 1, deps = [ + "//test/util:file_descriptor", "//test/util:temp_path", "//test/util:test_main", "//test/util:test_util", |