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

This commit is contained in:
Sean Barrett 2018-01-30 05:31:18 -08:00
parent 01daa3a244
commit 085ba4b627
8 changed files with 8 additions and 0 deletions

1
tests/test_c_lexer.c Normal file
View File

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

1
tests/test_dxt.c Normal file
View File

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

1
tests/test_easyfont.c Normal file
View File

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

1
tests/test_image.c Normal file
View File

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

1
tests/test_image_write.c Normal file
View File

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

1
tests/test_perlin.c Normal file
View File

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

1
tests/test_sprintf.c Normal file
View File

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

1
tests/test_voxel.c Normal file
View File

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