diff options
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c index 1598190..f1a6de6 100644 --- a/tests/main.c +++ b/tests/main.c @@ -3,6 +3,8 @@ #include <string.h> #include <stdlib.h> +#define LILY_IMPLEMENTATION +#include "lily-test.h" #include "tests.h" int main() |