aboutsummaryrefslogtreecommitdiff
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-07-28 16:59:11 +0100
committerMichael Brown <mcb30@ipxe.org>2015-07-28 16:59:11 +0100
commit1e4ff872be639e93e8df3918a965bb08675dcc77 (patch)
tree77aed8f6f542ebe09cd66f0871ef4a184b160756 /src/tests/tests.c
parent20d35b014521ff27bbdacfe5245c8e081a160bb9 (diff)
downloadipxe-1e4ff872be639e93e8df3918a965bb08675dcc77.zip
ipxe-1e4ff872be639e93e8df3918a965bb08675dcc77.tar.gz
ipxe-1e4ff872be639e93e8df3918a965bb08675dcc77.tar.bz2
[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 0e6afee..54ce866 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 );