提交 5968ef6d 编写于 作者: J jiyong

jiyong@huawei.com

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 33b9a510
...@@ -16,9 +16,9 @@ import("//build/ohos_var.gni") ...@@ -16,9 +16,9 @@ import("//build/ohos_var.gni")
group("notification") { group("notification") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"ans_standard:ans_standard",
"ces_standard:ces_standard", "ces_standard:ces_standard",
"ans_standard:ans_standard" ]
]
} }
} }
...@@ -16,9 +16,9 @@ import("//build/ohos_var.gni") ...@@ -16,9 +16,9 @@ import("//build/ohos_var.gni")
group("ans_standard") { group("ans_standard") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"cancel_test:cancel_test", "cancel_test:cancel_test",
"publish_test:publish_test" "publish_test:publish_test",
] ]
} }
} }
...@@ -10,21 +10,11 @@ ...@@ -10,21 +10,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//build/config/ohos/rules.gni")
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("AnsNotificationTestCancel") {
test_hap_name = "AnsNotificationTestCancel"
hap_source_path = "hap/ans_signed.hap"
}
import("//build/ohos_var.gni") import("//build/ohos_var.gni")
group("cancel_test") { group("cancel_test") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [ "MyApplicationCancelAll:ans_signed" ]
"MyApplicationCancelAll:ans_signed"
]
} }
} }
...@@ -10,21 +10,11 @@ ...@@ -10,21 +10,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//build/config/ohos/rules.gni")
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("AnsNotificationTestCancel") {
test_hap_name = "AnsNotificationTestCancel"
hap_source_path = "hap/ans_signed.hap"
}
import("//build/ohos_var.gni") import("//build/ohos_var.gni")
group("publish_test") { group("publish_test") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [ "notification-ContentType-All:contentType-signed" ]
"notification-ContentType-All:contentType-signed"
]
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册