Przemek Wirkus
|
7306211cb1
|
Aligned existing unit tests to new include structure. Now includes are in build/cpputest so no need to include like this: 'CppUTest/header_file.h'
|
2014-11-11 15:32:16 +00:00 |
Przemek Wirkus
|
0a0491cf0f
|
Added new Unit Tests - General pool to cover common functionality and check if UT framework is working. This test pool can be extended with new tests
|
2014-09-24 16:22:19 +01:00 |
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
|
f7ab12865e
|
Added simple checks to make sure assertions outside test runs don't crash
|
2014-07-18 10:21:50 +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 |