bmc/test/README: reformat to be more stable under linters

Some formatting, especially when there are lists with shell
snippets, seem to be less stable in formatting between prettier
and markdownlint.  Using code-block formatting for code blocks
is better anyhow.  Switch to use that to avoid the issue.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie28fa04ec7c5e2332931bf76054697ce17c77b52
1 file changed
tree: 14c9714c2de9b6ae4d722d6407bd771c84933e6d
  1. bios/
  2. bmc/
  3. common/
  4. cpld/
  5. eeprom-device/
  6. i2c-vr/
  7. subprojects/
  8. test/
  9. .clang-format
  10. .clang-tidy
  11. .gitignore
  12. .shellcheck
  13. LICENSE
  14. meson.build
  15. meson.options
  16. OWNERS
  17. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.