commit | 9b8461216a1bb73dc28b338d230fc35e4b9a6721 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Wed Aug 28 11:09:53 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Aug 28 11:11:25 2019 +0800 |
tree | 6ccc5a7ec0cc5d59893e01984e41b5e221e6ac3f | |
parent | a2c2cd728a42b2e215fb7a20fa18208c1bb38a65 [diff] |
Rename README to README.md So that github correctly formats the markdown texts. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I0f0a410c9fb43ba13c37e63009c71bc28af67bdc
phosphor-psu-code-mgmt is a service to provide management for PSU code, including:
meson build/ && ninja -C build
meson -Doe-sdk=enabled -Dtests=enabled build/ ninja -C build/ test # Meson skips running the case due to it thinks it's cross compiling # Manually run the tests for t in `find build/test/ -maxdepth 1 -name "test_*"`; do ./$t || break ; done