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.
Diff: mbed-os/TEST_APPS/testcases/example/README.md
- Revision:
- 0:8fdf9a60065b
diff -r 000000000000 -r 8fdf9a60065b mbed-os/TEST_APPS/testcases/example/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os/TEST_APPS/testcases/example/README.md Wed Oct 10 00:33:53 2018 +0000 @@ -0,0 +1,24 @@ +Example tests +============= + +This folder contains example tests for Icetea +The test located under this folder is dependent of the application [exampleapp](https://github.com/ARMmbed/mbed-os/blob/master/TEST_APPS/device/exampleapp) +The exampleapp is disabled by default, to be able to run the test_cmdline with the exampleapp, either remove the preprocessor macro from exampleapp.cpp or add `-DICETEA_EXAMPLE_ENABLED` to the mbed test command + +Testcases +--------- + +### test_cmdline + +**Description:** +Send command line commands to target over serial interface. +This test introduces the Icetea testcase structure to the user. + +**Test steps:** +Send "echo hello world" to the target. +Target sends "hello world" back to the host machine. +Send help to the target. +Target prints out the command line commands the application supports. + +**Expected result:** +The test exits without timeouts.