commit | 57df0f5d9247ad7c3054896f41e812628bddfe12 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 18 16:20:47 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 16:54:49 2025 -0600 |
tree | e4a070bd71e9fc1fdd0d1575e79cc5e026c986d6 | |
parent | 42f5b8c6c3bfc9ad82dd72b841409a4aad9d379b [diff] [blame] |
membuf: Add some tests Add tests for the membuf implementation. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/lib/Makefile b/test/lib/Makefile index 0e4cb8e..aa89923 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_SANDBOX) += kconfig.o obj-y += lmb.o obj-$(CONFIG_HAVE_SETJMP) += longjmp.o +obj-$(CONFIG_SANDBOX) += membuf.o obj-$(CONFIG_CONSOLE_RECORD) += test_print.o obj-$(CONFIG_SSCANF) += sscanf.o obj-$(CONFIG_$(PHASE_)STRTO) += str.o