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
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
utest_greentea_handlers.cpp
utest_harness.cpp
utest_shim.cpp
utest_stack_trace.cpp
utest_types.cpp