summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2015-07-28 17:59:11 +0200
committerMichael Brown2015-07-28 17:59:11 +0200
commit1e4ff872be639e93e8df3918a965bb08675dcc77 (patch)
tree77aed8f6f542ebe09cd66f0871ef4a184b160756 /src/tests/tests.c
parent[pool] Add a generic concept of a pooled connection (diff)
downloadipxe-1e4ff872be639e93e8df3918a965bb08675dcc77.tar.gz
ipxe-1e4ff872be639e93e8df3918a965bb08675dcc77.tar.xz
ipxe-1e4ff872be639e93e8df3918a965bb08675dcc77.zip
[linebuf] Support buffering of multiple lines
Allow line buffer to accumulate multiple lines, with buffered_line() returning each freshly-completed line as it is encountered. This allows buffered lines to be subsequently processed as a group. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 0e6afee6..54ce8667 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -66,3 +66,4 @@ REQUIRE_OBJECT ( uri_test );
REQUIRE_OBJECT ( profile_test );
REQUIRE_OBJECT ( setjmp_test );
REQUIRE_OBJECT ( pccrc_test );
+REQUIRE_OBJECT ( linebuf_test );