Closed GrantRolls closed 10 months ago
Hi, I'm trying to get the ceedling & CMock framework up and running with zephyr OS
It uses subdirectory pathing heavily, what is the best practice / easiest way to mock out a pathed header file?
eg #include <zephyr/settings/settings.h>
#include <zephyr/settings/settings.h>
Would be? #include <zephyr/settings/mock_settings.h>
#include <zephyr/settings/mock_settings.h>
Hello, it seems that I'm quiet late to the party.
The current 0.32.0-rc should support sub folder mocks, see: https://github.com/ThrowTheSwitch/Ceedling/issues/358
Hi, I'm trying to get the ceedling & CMock framework up and running with zephyr OS
It uses subdirectory pathing heavily, what is the best practice / easiest way to mock out a pathed header file?
eg
#include <zephyr/settings/settings.h>
Would be?
#include <zephyr/settings/mock_settings.h>