diff --git a/tests/test_image.c b/tests/test_image.c index e23d4a0..764ce33 100644 --- a/tests/test_image.c +++ b/tests/test_image.c @@ -1 +1,3 @@ +#define STB_IMAGE_STATIC +#define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" \ No newline at end of file diff --git a/tests/test_image_write.c b/tests/test_image_write.c index cf23025..52c3b44 100644 --- a/tests/test_image_write.c +++ b/tests/test_image_write.c @@ -1 +1,3 @@ +#define STB_IMAGE_WRITE_IMPLEMENTATION +#define STB_IMAGE_WRITE_STATIC #include "stb_image_write.h" \ No newline at end of file