Can you consider test file parsing fake_module_name.h instead of mock_module_name.h and generate mock file prefix with fake_ in test/mock folder
#include "unity.h"
#include "mock_adc.h" <- mock files generate from cmock
#include "fake_gpio.h" <- mock files generate from fff plugin
i hope it is possible to make