commit | a01ae0c23f3a72b05dab623806adee4634def172 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Mon Jan 14 22:38:14 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 16 16:14:46 2019 -0500 |
tree | f96f4b841e93484c6ae81c2b8892df3324e0ba72 | |
parent | 9a9d66f5eff0f443de4c2c6ca3e27771ed14b1b4 [diff] [blame] |
test: add test for lib/lmb.c Add basic tests for the lmb memory allocation code used to reserve and allocate memory during boot. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/test/lib/Makefile b/test/lib/Makefile index ea68fae..5a636aa 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile
@@ -3,3 +3,4 @@ # (C) Copyright 2018 # Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc obj-y += hexdump.o +obj-y += lmb.o