1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
% MBED-TEST-WRAPPER(1) __VERSION__ | User Commands
%
% December 2018
# NAME
**mbed-test-wrapper** - wrap the Mbed test loader to run tests on target hardware
# SYNOPSIS
| **mbed-test-wrapper** **\-\-target** _TARGET_ \[**\-\-timeout** _TIMEOUT_] **program**
| **mbed-test-wrapper** **\-\-help**
# DESCRIPTION
**mbed-test-wrapper** wraps **mbedhtrun** (the Mbed test loader) so that it can be used by **yotta** targets to run tests on target hardware (e.g. K64F).
# OPTIONS
-t, \-\-target _TARGET_
: execution target (e.g. K64F)
-i, \-\-timeout _TIMEOUT_
: maximum time (seconds) to wait for program (default: 10)
program
: executable file to run
-h, \-\-help
: show usage details and exit
# REPORTING BUGS
Upstream bug tracker: https://github.com/autopulated/mbed-test-wrapper/issues
# COPYRIGHT
Copyright (c) 2015 ARM Limited
# AUTHOR
This manual page is based on the mbed-test-wrapper documentation. It was created by Nick Morrott <knowledgejunkie@gmail.com> for the Debian GNU/Linux system, but may be used by others
# SEE ALSO
**yotta(1)**, **mbedhtrun(1)**, **mbedls(1)**
|