提交 a8daffac 编写于 作者: F FondMemoryVVV

ActToolChainTest changed to ActsToolChainTest and not "M40" compiled

Signed-off-by: NFondMemoryVVV <mashuai53@huawei.com>
上级 e6cf16d4
......@@ -14,17 +14,19 @@ import("//build/ohos_var.gni")
import("//test/xts/tools/build/suite.gni")
group("toolchain") {
if (!(product_name == "m40")) {
testonly = true
deps = [ "//third_party/musl:libctest" ]
if (is_standard_system) {
deps += [ ":tar_dllib" ]
}
}
}
action("tar_testcases") {
testonly = true
deps = [
"libc-test:ActToolChainTest",
"libc-test:ActsToolChainTest",
"//third_party/musl:libctest",
]
project_dir = rebase_path(".")
......
......@@ -27,7 +27,7 @@ config("module_private_config") {
}
########################################################
ohos_moduletest_suite("ActToolChainTest") {
ohos_moduletest_suite("ActsToolChainTest") {
configs = [ ":module_private_config" ]
cflags_cc = [ "-DHILOG_ENABLE" ]
defines = [ "_STANDARD_SYSTEM_" ]
......
{
"description": "Configuration for ActToolChainTest Tests",
"description": "Configuration for ActsToolChainTest Tests",
"driver": {
"type": "CppTest",
"native-test-timeout": "3600000",
"module-name": "ActToolChainTest",
"module-name": "ActsToolChainTest",
"runtime-hint": "100s",
"native-test-device-path": "/data/local/tmp"
},
"kits": [
{
"push": [
"ActToolChainTest->/data/local/tmp/ActToolChainTest",
"ActsToolChainTest->/data/local/tmp/ActsToolChainTest",
"libc-test.tar->/data/local/tmp/libc-test.tar",
"libc-test-lib.tar->/data/local/tmp/libc-test-lib.tar"
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册