commit | 12439ed1ac719974f4debf10fdb885ce6a3814ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:57:52 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 18:51:49 2024 -0600 |
tree | bf6c9f9386afd91c7474f4755553dbc595135936 | |
parent | 9703a93290532786373cbaa614ecc5d60c0224db [diff] |
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>