提交 7fdb52d1 编写于 作者: L leiyuqian

startuplite xts modify

Signed-off-by: Nleiyuqian <leiyuqian1@huawei.com>
Change-Id: I0a4acfaff9f36142852b7e218e2d970a6ccc60f4
上级 065881a6
......@@ -16,6 +16,7 @@ import("//test/xts/tools/lite/build/suite_lite.gni")
hctest_suite("ActsParameterTest") {
suite_name = "acts"
sources = [
"src/deviceinfo_func_test.c",
"src/parameter_func_test.c",
"src/parameter_reli_test.c",
"src/parameter_utils.c",
......
此差异已折叠。
......@@ -13,11 +13,10 @@
* limitations under the License.
*/
#include "hctest.h"
#include "parameter_utils.h"
#include "hctest.h"
void AssertNotEmpty(const char* sysPara)
{
void AssertNotEmpty(const char* sysPara) {
TEST_ASSERT_NOT_NULL(sysPara);
if (sysPara != NULL) {
TEST_ASSERT_TRUE(strlen(sysPara) > 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册