未验证 提交 d89989ef 编写于 作者: O openharmony_ci 提交者: Gitee

!4664 【杂散子系统】解决开发针对杂散子系统各部件路径,仓库名,部件名等整改引起的无法编译测试套问题

Merge pull request !4664 from zeng_xingdong/master
......@@ -29,3 +29,8 @@ group("distributeddatamgr") {
]
}
}
group("pasteboard") {
testonly = true
deps = [ "Pasteboardjsapitest:ActsPasteBoardJSApiTest" ]
}
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos_var.gni")
group("inputmethod") {
testonly = true
deps = [ "InputMethodTest_ets:ActsInputMethodEtsTest" ]
}
{
"BuildOptions":{},
"CommonInfo":{
"project.ide.version":"3.0.0.900"
}
}
\ No newline at end of file
# Default ignored files
/shelf/
/workspace.xml
<?xml version="1.0" encoding="UTF-8"?>
<module type="EMPTY_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/actspasteboardjsapitest.iml" filepath="$PROJECT_DIR$/.idea/actspasteboardjsapitest.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
</component>
</project>
\ No newline at end of file
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos_var.gni")
group("request") {
testonly = true
deps = [ "RequestTest_js:ActsMiscservicesRequestJSApiTest" ]
}
......@@ -24,10 +24,14 @@ _all_test_packages = [
"${ACTS_ROOT}/communication:communication",
"${ACTS_ROOT}/notification:notification",
"${ACTS_ROOT}/ability:ability",
"${ACTS_ROOT}/miscservices:miscservices",
"${ACTS_ROOT}/time:time",
"${ACTS_ROOT}/theme:theme",
"${ACTS_ROOT}/request:request",
"${ACTS_ROOT}/inputmethod:inputmethod",
"${ACTS_ROOT}/powermgr:powermgr",
"${ACTS_ROOT}/startup:startup",
"${ACTS_ROOT}/sensors:sensor",
"${ACTS_ROOT}/distributeddatamgr:pasteboard",
"${ACTS_ROOT}/distributeddatamgr:distributeddatamgr",
"${ACTS_ROOT}/graphic:graphic",
"${ACTS_ROOT}/arkui:arkui",
......
......@@ -12,14 +12,9 @@
# limitations under the License.
import("//build/ohos_var.gni")
group("miscservices") {
group("theme") {
testonly = true
deps = [
"InputMethodTest_ets:ActsInputMethodEtsTest",
"RequestTest_js:ActsMiscservicesRequestJSApiTest",
"TimeTest_js:ActsTimeJSApiTest",
"TimerTest_js:ActsTimerJSApiTest",
"actspasteboardjsapitest:ActsPasteBoardJSApiTest",
"screenlock_js:ActsScreenLockJSApiTest",
"wallpaper_js:ActsWallpaperJSApiTest",
]
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册