#include #include #include "lily-test.h" #include "tests.h" const char *test_LILY_LOCATION() { // if you move this line, you MUST update the expected string! const char *location = LILY_LOCATION; int diff = strcmp(location, "tests/assertions.c:10"); if (diff != 0) return "LILY_LOCATION did not resolve correctly!"; return 0; }