mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
2c522af748
This test was written for the incorrect use of assertions. Update it to build with the previous approach, where tests fail at the first assertion. All assertion functions return 0 on success and non-zero on failure. They can be nested into functions simply by declaring a function that returns an int and using ut_assertok() to call it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de> |
||
---|---|---|
.. | ||
addrmap.c | ||
bdinfo.c | ||
exit.c | ||
fdt.c | ||
font.c | ||
loadm.c | ||
Makefile | ||
mem.c | ||
mem_search.c | ||
pci_mps.c | ||
pinmux.c | ||
pwm.c | ||
rw.c | ||
seama.c | ||
setexpr.c | ||
temperature.c | ||
test_echo.c | ||
test_pause.c | ||
wget.c |