提交 6f6ed341 编写于 作者: J jady3356 提交者: openharmony_ci

!1 Add multi thread compiling for make

Merge pull request !1 from jady3356/master
上级 1a5ad65f
......@@ -17,7 +17,7 @@ open_source_suite("ActsOpenPosixTest") {
compiler = 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 -C conformance/interfaces"
prebuild_command = "make clean && make distclean && ./scripts/generate-makefiles.sh $compiler ${ohos_root_path} && make -j -C conformance/interfaces"
exec_sub_dir = "conformance/interfaces"
deps = [":install_patch"]
build_args = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册