Define TEST_C_WRAPPER¶
Defined in File test.hpp
Define Documentation¶
-
TEST_C_WRAPPER(group_name, test_name)¶
[source] Bridge a C test function into a TEST.
Creates a TEST whose body calls the C function
test_##group_name##_##test_name##_wrapper_c. The corresponding C-side definition uses TEST() from mu/tiny/test.h in the .c file.- Parameters:
group_name – Test group.
test_name – Test name.