We will write functional/unit tests for C code. This C program will be run as embedded software. However we need to run tests on a Linux environment. The problem is that parts of the code under test looks like this: my_addresses.h: my_code.c Obviously, this will not run so well on Linux host environment. Is there some way we can work