commit | b6786914bf687c561fdd53f214145c7b7cdb62b4 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:00:34 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Aug 06 23:53:44 2024 +0000 |
tree | b8636d7e2e1e682a180d8c72d6888bf10a3627ec | |
parent | c47dd8e32e9568b0d5230ba2fb5624146329ee5a [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: Ie926528caaf9c82836fa9efffbb88c1382d88c77
diff --git a/test/README.md b/test/README.md index 3ca46c9..8d46545 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 -Doe-sdk=enabled -Dtests=enabled build