#ifndef LILY_TEST_H #define LILY_TEST_H /* define SOURCE_PATH_SIZE to strip away the leading parts of the full compilation path */ #ifndef SOURCE_PATH_SIZE #define LILY_FILENAME __FILE__ #else #define LILY_FILENAME (__FILE__ + SOURCE_PATH_SIZE) #endif #endif