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

jiyong@huawei.com

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 33b9a510
......@@ -16,9 +16,9 @@ import("//build/ohos_var.gni")
group("notification") {
testonly = true
if (is_standard_system) {
deps = [
deps = [
"ans_standard:ans_standard",
"ces_standard:ces_standard",
"ans_standard:ans_standard"
]
]
}
}
......@@ -16,9 +16,9 @@ import("//build/ohos_var.gni")
group("ans_standard") {
testonly = true
if (is_standard_system) {
deps = [
deps = [
"cancel_test:cancel_test",
"publish_test:publish_test"
]
"publish_test:publish_test",
]
}
}
......@@ -10,21 +10,11 @@
# 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/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")
group("cancel_test") {
testonly = true
if (is_standard_system) {
deps = [
"MyApplicationCancelAll:ans_signed"
]
deps = [ "MyApplicationCancelAll:ans_signed" ]
}
}
......@@ -10,21 +10,11 @@
# 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/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")
group("publish_test") {
testonly = true
if (is_standard_system) {
deps = [
"notification-ContentType-All:contentType-signed"
]
deps = [ "notification-ContentType-All:contentType-signed" ]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册