/* definition to expand macro for string conversion*/ #define xstr(s) sstr(s) #define sstr(s) #s #include xstr(../test/TEST_FILE.c)