commit | fda15a33f2f1f20b214f9893455fa24696ea834b | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Sep 19 14:43:02 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Oct 23 06:53:42 2019 +0000 |
tree | 4e92beb8885e01a8e914f4a49f1728bc5f91d4f9 | |
parent | 7f2a2152cf5c9bff7e0e6e8d2cc399c3a5033300 [diff] |
Refactor Version::getValue() Rename the function to getValues() and change the parameter and return value types, and add a test case for it. It will be used in future commits. Tested: Verify the unit test case passes. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I57ccf857737ef13f4e2f27c5f2fb7400a2170e91
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