diff options
Diffstat (limited to 'test/util/BUILD')
-rw-r--r-- | test/util/BUILD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/util/BUILD b/test/util/BUILD index a1b9ff526..c124cef34 100644 --- a/test/util/BUILD +++ b/test/util/BUILD @@ -184,6 +184,17 @@ cc_test( ) cc_library( + name = "pty_util", + testonly = 1, + srcs = ["pty_util.cc"], + hdrs = ["pty_util.h"], + deps = [ + ":file_descriptor", + ":posix_error", + ], +) + +cc_library( name = "signal_util", testonly = 1, srcs = ["signal_util.cc"], |