Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
features/frameworks/mbed-coap/run_unit_tests.sh@0:38ceb79fef03, 2018-11-28 (annotated)
- Committer:
- kevman
- Date:
- Wed Nov 28 15:10:15 2018 +0000
- Revision:
- 0:38ceb79fef03
RTC modified
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kevman | 0:38ceb79fef03 | 1 | #!/bin/bash |
kevman | 0:38ceb79fef03 | 2 | # Copyright (c) 2015 ARM Limited. All rights reserved. |
kevman | 0:38ceb79fef03 | 3 | # SPDX-License-Identifier: Apache-2.0 |
kevman | 0:38ceb79fef03 | 4 | # Licensed under the Apache License, Version 2.0 (the License); you may |
kevman | 0:38ceb79fef03 | 5 | # not use this file except in compliance with the License. |
kevman | 0:38ceb79fef03 | 6 | # You may obtain a copy of the License at |
kevman | 0:38ceb79fef03 | 7 | # |
kevman | 0:38ceb79fef03 | 8 | # * http://www.apache.org/licenses/LICENSE-2.0 |
kevman | 0:38ceb79fef03 | 9 | # |
kevman | 0:38ceb79fef03 | 10 | # Unless required by applicable law or agreed to in writing, software |
kevman | 0:38ceb79fef03 | 11 | # distributed under the License is distributed on an AS IS BASIS, WITHOUT |
kevman | 0:38ceb79fef03 | 12 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
kevman | 0:38ceb79fef03 | 13 | # See the License for the specific language governing permissions and |
kevman | 0:38ceb79fef03 | 14 | # limitations under the License. |
kevman | 0:38ceb79fef03 | 15 | |
kevman | 0:38ceb79fef03 | 16 | echo |
kevman | 0:38ceb79fef03 | 17 | echo "Build mbed-coap C unit tests" |
kevman | 0:38ceb79fef03 | 18 | echo |
kevman | 0:38ceb79fef03 | 19 | |
kevman | 0:38ceb79fef03 | 20 | yt target x86-linux-native |
kevman | 0:38ceb79fef03 | 21 | yt up |
kevman | 0:38ceb79fef03 | 22 | make -f Makefile.test test |
kevman | 0:38ceb79fef03 | 23 | #make -f Makefile.test test clean |