#include "lily-test.h" #include "tests.h" const char * test_LILY_LOCATION() { /* do NOT move the following line, or this test will break! */ if (strcmp(LILY_LOCATION, "tests/macro-tests.c:8") != 0) { return "LILY_LOCATION refers to the wrong location!"; } return 0; }