mbed-os/features/frameworks/utest/source
Vincent Coubard 5b27d65755 utest optimization: Allow case data structure to be put in ROM.
This patch split the Case class in two entities: Case and case_t. case_t contains the test case data structure while Case provide the interface to the test case. Unlike the class Case, case _t is a POD and can be instantiated at compile time and put in the constant data section (in ROM).

The Specification class has also been modified to accept arrays of case_t.
2017-06-05 16:06:17 +01:00
..
unity_handler.cpp Sharing greentea-client's RawSerial with utest and UNITY. 2016-08-15 12:11:34 -05:00
utest_case.cpp utest optimization: Allow case data structure to be put in ROM. 2017-06-05 16:06:17 +01:00
utest_default_handlers.cpp Replace default_handlers value by a reference. 2016-08-30 13:29:12 +01:00
utest_greentea_handlers.cpp Add stack metrics to greentea 2016-09-13 15:52:18 -05:00
utest_harness.cpp UTEST - Fix warning by removing unreachable statement. 2016-09-26 17:05:03 +01:00
utest_shim.cpp UTEST - Fix warning in utest_shim.cpp by removing unreachable statement. 2016-09-26 17:02:01 +01:00
utest_stack_trace.cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
utest_types.cpp Construct control_t from a POD struct. 2016-08-30 13:29:07 +01:00