2016-12-13 07:59:26 +08:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
# or more contributor license agreements. See the NOTICE file
|
|
|
|
# distributed with this work for additional information
|
|
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
|
|
# to you 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.
|
|
|
|
#
|
|
|
|
pkg.name: boot/boot_serial/test
|
|
|
|
pkg.type: unittest
|
|
|
|
pkg.description: "Boot serial unit tests."
|
2017-07-21 23:26:13 +08:00
|
|
|
pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
|
2016-12-13 07:59:26 +08:00
|
|
|
pkg.homepage: "http://mynewt.apache.org/"
|
|
|
|
pkg.keywords:
|
|
|
|
|
|
|
|
pkg.deps:
|
2017-11-17 22:13:09 +08:00
|
|
|
- "@mcuboot/boot/boot_serial"
|
2018-06-06 16:46:08 +08:00
|
|
|
- "@mcuboot/boot/bootutil"
|
2019-01-12 07:42:55 +08:00
|
|
|
- "@apache-mynewt-core/sys/log/stub"
|
2018-05-01 08:04:06 +08:00
|
|
|
- "@apache-mynewt-core/test/testutil"
|
2016-12-13 07:59:26 +08:00
|
|
|
|
|
|
|
pkg.deps.SELFTEST:
|
2018-05-01 08:04:06 +08:00
|
|
|
- "@apache-mynewt-core/sys/console/stub"
|
2019-03-21 22:31:59 +08:00
|
|
|
|
|
|
|
pkg.cflags:
|
2019-10-22 00:09:28 +08:00
|
|
|
- '-DMCUBOOT_MYNEWT=1'
|