test_image_write.c: change from standalone to integrated with image_test.c

master
Sean Barrett ago%!(EXTRA string=6 years)
parent e0ee0de26c
commit 57c7029166
  1. 2
      tests/test_image.c
  2. 2
      tests/test_image_write.c

@ -1 +1,3 @@
#define STB_IMAGE_STATIC
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"

@ -1 +1,3 @@
#define STB_IMAGE_WRITE_IMPLEMENTATION
#define STB_IMAGE_WRITE_STATIC
#include "stb_image_write.h"
Loading…
Cancel
Save