diff options
| author | Simon Glass <[email protected]> | 2025-03-18 16:20:47 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-03 16:54:49 -0600 |
| commit | 142a3cb63c81602ae4f48266a190ebceb483e536 (patch) | |
| tree | e4a070bd71e9fc1fdd0d1575e79cc5e026c986d6 /test/lib/Makefile | |
| parent | 44e763bd6624f23fe6d94340efb43c627b5ce4a7 (diff) | |
membuf: Add some tests
Add tests for the membuf implementation.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
| -rw-r--r-- | test/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
