add compilation tests that have no other includes to avoid accidental dependencies

master
Sean Barrett ago%!(EXTRA string=7 years)
parent 01daa3a244
commit 085ba4b627
  1. 1
      tests/test_c_lexer.c
  2. 1
      tests/test_dxt.c
  3. 1
      tests/test_easyfont.c
  4. 1
      tests/test_image.c
  5. 1
      tests/test_image_write.c
  6. 1
      tests/test_perlin.c
  7. 1
      tests/test_sprintf.c
  8. 1
      tests/test_voxel.c

@ -0,0 +1 @@
#include "stb_c_lexer.h"

@ -0,0 +1 @@
#include "stb_dxt.h"

@ -0,0 +1 @@
#include "stb_easy_font.h"

@ -0,0 +1 @@
#include "stb_image.h"

@ -0,0 +1 @@
#include "stb_image_write.h"

@ -0,0 +1 @@
#include "stb_perlin.h"

@ -0,0 +1 @@
#include "stb_sprintf.h"

@ -0,0 +1 @@
#include "stb_voxel_render.h"
Loading…
Cancel
Save