]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Update NAND test to avoid extra macros
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:57:52 +0000 (07:57 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:51:49 +0000 (18:51 -0600)
commit5c27fd7ef92e3fc5d3f8d248af06ba5b45d91b64
treebf6c9f9386afd91c7474f4755553dbc595135936
parenteccd4ca3873784f40c74912d9ef35cba1bee730b
test: Update NAND test to avoid extra macros

Write out the tests in full to allow the test to be found more easily
when there is a failure. We could use a single test function with a
for() loop but this would stop at the first failure, and some variations
might while other pass.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/nand.c