Fix typo in documentation

pull/1331/head
Nabil Bendafi 2015-09-13 20:18:59 +02:00
parent 88029f4c02
commit a89d27229c
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ TEST(BusOut_digitalout_write, led_1_nc_2_nc_nc_3)
```
## Example
In below example we will run two example unit tests that are now available. tests ```UT_1``` and ```UT_2``` are unit tests used for now only to check if mbed SDK works with CppUTest library and if tests are being executed. In future number of unit tests will increase, nothing is also stoping you from writing and executing your own unit tests!
In below example we will run two example unit tests that are now available. tests ```UT_1``` and ```UT_2``` are unit tests used for now only to check if mbed SDK works with CppUTest library and if tests are being executed. In future number of unit tests will increase, nothing is also stopping you from writing and executing your own unit tests!
### Example configuration
By default unit tests ```UT_1``` and ```UT_2``` are not automated - simply test suite will ignore them. Also we do not want to create dependency to CppUTest library each time someone executes automation.