commit | 5c27fd7ef92e3fc5d3f8d248af06ba5b45d91b64 | [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 | eccd4ca3873784f40c74912d9ef35cba1bee730b [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>