commit | 1799f381a53adca6f90c81b030a3369aa8799202 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Oct 17 11:17:55 2019 -0500 |
committer | Lei YU <mine260309@gmail.com> | Tue Oct 22 01:41:14 2019 +0000 |
tree | ef8164d1a43e6c808feb435e90e341a854692390 | |
parent | d0bbfa9e5efbe6162da78cf8da74c84f247bd47c [diff] |
Update local-ci-build.md link local-ci-build.md is moving under testing/ as part of https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/26244 26244 should merge before this is merged. Tested: With https://jbt.github.io/markdown-editor/ Change-Id: I6346e0073ce6ea40a51ce81ee1059a2d053e6949 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
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