提交 97d31929 编写于 作者: X xdmal

Signed-off-by: xdmal <maxiaodong16@huawei.com>

Why
The compileruntime test suite does not compile

Description
Add the compileruntime test suite to _all_test_packages in the packages.gni file

 On branch OpenHarmony-3.0-LTS
 Your branch is up to date with 'origin/OpenHarmony-3.0-LTS'.
上级 7f586183
......@@ -2,7 +2,7 @@
"description": "Configuration for startup process js api Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "60000",
"test-timeout": "300000",
"package": "com.example.childprocess",
"shell-timeout": "60000"
},
......
......@@ -2,7 +2,7 @@
"description": "Configuration for startup url js api Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "60000",
"test-timeout": "300000",
"package": "com.example.url",
"shell-timeout": "60000"
},
......
......@@ -2,7 +2,7 @@
"description": "Configuration for startup util js api Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "60000",
"test-timeout": "300000",
"package": "com.example.childprocess",
"shell-timeout": "60000"
},
......
......@@ -25,6 +25,7 @@ _all_test_packages = [
"${ACTS_ROOT}/account:account",
"${ACTS_ROOT}/communication:communication",
"${ACTS_ROOT}/compileruntime:compileruntime",
"${ACTS_ROOT}/notification:notification",
"${ACTS_ROOT}/aafwk:aafwk",
"${ACTS_ROOT}/location:location",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册