mbed-os/TESTS
Christopher Haster ad66e488bf Added static assert macro
Added MBED_STATIC_ASSERT for compile-time assertions, results in
compile-time error if condition is false

The assertion acts as a declaration that can be placed at file scope, in
a code block (except after a label), or as a member of
a C++ class/struct/union.

Unfortunately, there does not exist a backup construct for use in
C class/struct/union contexts. An alternative macro,
MBED_STRUCT_STATIC_ASSERT provides this ability to avoid disabling
static assertions for the majority of mbed-supported C compilers.
2016-11-18 12:17:34 +00:00
..
events/queue Removed allocate_failure_test1 from equeue tests 2016-09-30 17:01:23 +03:00
host_tests Fixing issue in timing host test and wait_us case 2016-09-07 09:14:17 -05:00
integration/basic Removing threaded_blink test (duplicate of basic rtos test) 2016-08-30 14:37:30 -05:00
mbed_drivers Update tests to fix build failures. Also make the code similar to other tests 2016-11-08 10:44:30 +00:00
mbed_functional callback - Updated tests based on argument order 2016-09-29 16:55:49 -05:00
mbed_hal/lp_ticker Update tests to fix build failures. Also make the code similar to other tests 2016-11-08 10:44:30 +00:00
mbedmicro-mbed Added static assert macro 2016-11-18 12:17:34 +00:00
mbedmicro-rtos-mbed Add u-blox Sara-N target. 2016-11-08 10:43:03 +00:00
mbedtls/selftest Port mbedTLS entropy and sha selftest to mbedOS 2016-09-30 11:24:49 +01:00
netsocket/ip_parsing nsapi - Added rudimentary ip parsing tests 2016-10-27 11:12:57 +01:00
storage_abstraction/basicAPI This commit includes the following CFSTORE/Flash-Journal/Storage updates and fixes: 2016-09-13 18:16:56 +01:00