commit | 07ee48e974bc0e9b2ef3aca3e5a5571dd72155d9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 28 20:34:49 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:26:35 2021 -0700 |
tree | b7ce16bdefa75178bf34d2566eae63a1ccba1eb0 | |
parent | 6ca0c7ac122a433b45721a581b5b6f50ad938525 [diff] |
dtoc: Test the stdout output Normally dtoc outputs to a file but it also offers a way to write output to stdout. At present the test for that does not actually check that the output is correct. Add this to the test. This uses a member variable to hold the expected text, so it can be used in muitiple places. Signed-off-by: Simon Glass <sjg@chromium.org>