Go to file
Przemek Wirkus 3b3745e008 Add few non-peripheral tests from mbedmicro/mbed/libraries/tests/mbed
Tested on K64F:
```
$ mbedgt -VS -n TESTS-mbedmicro-mbed*
```
```
mbedgt: test suite report:
+--------------+---------------+---------------------------------------+--------+--------------------+-------------+
| target       | platform_name | test suite                            | result | elapsed_time (sec) | copy_method |
+--------------+---------------+---------------------------------------+--------+--------------------+-------------+
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-call_before_main | OK     | 10.53              | shell       |
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-cpp              | OK     | 10.64              | shell       |
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-div              | OK     | 10.64              | shell       |
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-heap_and_stack   | OK     | 30.32              | shell       |
+--------------+---------------+---------------------------------------+--------+--------------------+-------------+
mbedgt: test suite results: 4 OK
mbedgt: test case report:
+--------------+---------------+---------------------------------------+---------------------------------------+--------+--------+--------+--------------------+
| target       | platform_name | test suite                            | test case                             | passed | failed | result | elapsed_time (sec) |
+--------------+---------------+---------------------------------------+---------------------------------------+--------+--------+--------+--------------------+
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-call_before_main | tests-mbedmicro-mbed-call_before_main | 1      | 0      | OK     | 10.53              |
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-cpp              | tests-mbedmicro-mbed-cpp              | 1      | 0      | OK     | 10.64              |
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-div              | tests-mbedmicro-mbed-div              | 1      | 0      | OK     | 10.64              |
| K64F-GCC_ARM | K64F          | tests-mbedmicro-mbed-heap_and_stack   | tests-mbedmicro-mbed-heap_and_stack   | 1      | 0      | OK     | 30.32              |
+--------------+---------------+---------------------------------------+---------------------------------------+--------+--------+--------+--------------------+
mbedgt: test case results: 4 OK
mbedgt: completed in 62.25 sec
```
2016-06-10 13:41:07 +01:00
TARGET_Ignore mbed-rtos tests move to rtos/TESTS/mbed-rtos folder 2016-04-07 18:17:50 +01:00
TESTS Add few non-peripheral tests from mbedmicro/mbed/libraries/tests/mbed 2016-06-10 13:41:07 +01:00
core/mbedtls Fixes configurations changed by target_config.h removal 2016-06-09 16:41:09 +01:00
docs Merge pull request #218 from screamerbg/use-memap 2016-06-07 12:57:59 +01:00
frameworks Renamed utest files to add a prefix of 'utest_' to prevent namespace 2016-06-09 18:41:38 +01:00
hal_temp/mbed-drivers Pull in mbedmicro/mbed 2016-05-28 00:40:59 -05:00
net Added handling for already connected sockets in LWIPInterface::connect 2016-06-09 13:04:28 -05:00
storage/cfstore Move arg types into function declaration 2016-06-09 14:53:27 +01:00
tools adding --continue-on-build-fail option to build_everything.py 2016-06-10 10:35:30 +01:00
travis Use only GCC_ARM toolcahin for Travis CI 2013-11-08 11:20:23 +00:00
.gitattributes Added .gitattributes for automatic LF line ending conversion 2013-08-08 13:19:34 +03:00
.gitignore dont track commit venv directory 2016-01-10 14:26:32 -06:00
.mbedignore Add tools/ to the list of ignored directories 2016-06-02 11:32:58 +03:00
.travis.yml Renamed Jenkins specific options to general "Build" options 2015-04-17 09:39:26 -05:00
CONTRIBUTING.md Mentioned the Contributor Agreement in Contributing.md 2015-04-16 11:47:51 -04:00
Jenkinsfile Fix issue #206 (#207) 2016-06-06 13:06:38 +03:00
LICENSE Add Apache v2 LICENSE file 2013-08-06 12:05:04 +01:00
MANIFEST.in mbed-tools package improvements 2013-12-18 16:03:27 +02:00
README.md Add kernel of a README.md + add mbed-os/master CircleCI badge 2016-06-02 13:37:15 +01:00
circle.yml Added tests for the configuration mechanism 2016-06-02 15:09:56 +03:00
mbed.lib Update mbedmicro/mbed reference 2016-06-09 17:20:02 +01:00
requirements.txt Add missing pyelftools to requirements. 2016-05-24 09:39:17 +01:00
setup.py Add memory analysis via https://github.com/ARMmbed/memap for every successful compile. Memap generates thorough output of the memory map files generated by ARMCC5, GCC_ARM and IAR. Also save json file of the printed data. 2016-06-07 10:22:06 +01:00
uvisor-mbed-lib.lib Move libs and remove core directory 2016-05-28 00:08:20 -05:00

README.md

CircleCI


mbed-os