fd/ops: Exact operations to differentiate incomplete and blocking
We want to be able to tell the difference between the two and allow for
programs to terminate entire transfers if incompletes happen.
Change-Id: Ie424879b7b045ad5478720f26ed3e58d0696e142
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/test/meson.build b/test/meson.build
index a0c37a1..b43cf9b 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -47,7 +47,7 @@
'fd/line': [stdplus_fd_dep, stdplus_dep, gmock_dep, gtest_main_dep],
'fd/mmap': [stdplus_fd_dep, gtest_main_dep],
'fd/mock': [stdplus_fd_dep, gmock_dep, gtest_main_dep],
- 'fd/ops': [stdplus_fd_dep, gtest_main_dep],
+ 'fd/ops': [stdplus_fd_dep, stdplus_dep, gmock_dep, gtest_main_dep],
}
if has_gtest
gtests += {