mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
The _REC suffix doesn't add much. Really what we want to know is whether the test uses the console, so rename this flag. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
@@ -167,7 +167,7 @@ There is no exactly equivalent C test, but here is a similar one that tests 'ms'
|
||||
|
||||
return 0;
|
||||
}
|
||||
MEM_TEST(mem_test_ms_b, UTF_CONSOLE_REC);
|
||||
MEM_TEST(mem_test_ms_b, UTF_CONSOLE);
|
||||
|
||||
This runs the command directly in U-Boot, then checks the console output, also
|
||||
directly in U-Boot. If run by itself this takes 100ms. For 1000 runs it takes
|
||||
@@ -266,7 +266,7 @@ with the suite. For example, to add a new mem_search test::
|
||||
|
||||
return 0;
|
||||
}
|
||||
MEM_TEST(mem_test_ms_new_thing, UTF_CONSOLE_REC);
|
||||
MEM_TEST(mem_test_ms_new_thing, UTF_CONSOLE);
|
||||
|
||||
Note that the MEM_TEST() macros is defined at the top of the file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user