commit | 6290f34f31a4f9c76a52edaeefff976b91eb4530 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:30:28 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:30:28 2024 +0800 |
tree | e0ab10b89317614e681402943d001fce65d9cf2a | |
parent | 66936f4e4e2c1b4a4e388e6bb39ca1da1eae1654 [diff] |
test/README.md: Fix MD004 warnings The following warnings are generated by using markdownlint analysis: ``` MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] ``` Refer to markdown-lint [1] to fix MD004 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/004-ul-style.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: If4b0dcbd538a886d593ab3162f019a817eadeedd
diff --git a/test/README.md b/test/README.md index da50c21..444d7e5 100755 --- a/test/README.md +++ b/test/README.md
@@ -4,7 +4,7 @@ - When using an SDK - make sure it has been built for an x86 machine. -* Run the following commands: + Run the following commands: ``` meson -Dtests=enabled build