From 142a3cb63c81602ae4f48266a190ebceb483e536 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 18 Mar 2025 16:20:47 +0100 Subject: membuf: Add some tests Add tests for the membuf implementation. Signed-off-by: Simon Glass --- test/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/Makefile') diff --git a/test/lib/Makefile b/test/lib/Makefile index 0e4cb8e3dfd..aa89923f786 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -14,6 +14,7 @@ obj-y += hexdump.o 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 -- cgit v1.2.3