Przemek Wirkus
|
13c3a64e3f
|
Fixed CPPUTEST test runner for other compilers. Now we will force to pass main(argc, argv) ourselves to CPPUTEST test suite - as should be done in embedded project
|
2014-09-01 08:43:49 +01:00 |
Przemek Wirkus
|
265de723ad
|
Changed console object name from 'console' to something more unique like 'mbed_cpputest_console'
|
2014-07-18 10:21:45 +01:00 |
Przemek Wirkus
|
c97f1b8139
|
Added support for cpputest library. UT libray now compiles as separate lib, just like other libs. For example ETH or RTX. Added support for cpputest sources in root of mbed project (on the same level with mbed sdk repo). changes include adding new paths to the project. Two example UT (UT_1, UT_2 are added). New option -O is introduced to force 'test build only'
|
2014-07-01 17:45:38 +01:00 |