提交 c3f81d33 编写于 作者: N nan-xiansen

【轻量级 PR】:【轻内核】【master】ltp用例编译适配sysroot

Signed-off-by: Nnan-xiansen <nanjinbin@huawei.com>
Change-Id: Id54778a6d38a03440bf7d0e2a49c5d9d26c0ab79
上级 1604e586
......@@ -17,7 +17,8 @@ open_source_suite("ActsOpenPosixTest") {
compiler = rebase_path("${ohos_build_compiler_dir}/bin/${ohos_build_compiler}")
suite_name = "acts"
exec_command_path = "//third_party/ltp/testcases/open_posix_testsuite/"
prebuild_command = "make clean && make distclean && ./scripts/generate-makefiles.sh $compiler ${ohos_root_path} && make -j -C conformance/interfaces"
sysroot_path = rebase_path(ohos_current_sysroot)
prebuild_command = "make clean && make distclean && ./scripts/generate-makefiles.sh $compiler ${ohos_root_path} ${sysroot_path} && make -j -C conformance/interfaces"
exec_sub_dir = "conformance/interfaces"
deps = [
"//test/xts/acts/open_posix_testsuite/conformance/definitions:ActsOpenPosixBuildOnlyTest",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册