Ceedling
Ceedling copied to clipboard
Mocking Variable Length Array (VLA) not working
void read(size_t buff_size, char (*buffer)[buff_size]);
The auto-generated code for the mocking of this type of functions does not work.
Is there any plan to support that?
Yes. Arrays and pointers are getting a big overhaul in the next major release. Both are insufficient as they only handle the most common cases.