add compilation tests that have no other includes to avoid accidental dependencies
This commit is contained in:
parent
01daa3a244
commit
085ba4b627
1
tests/test_c_lexer.c
Normal file
1
tests/test_c_lexer.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_c_lexer.h"
|
1
tests/test_dxt.c
Normal file
1
tests/test_dxt.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_dxt.h"
|
1
tests/test_easyfont.c
Normal file
1
tests/test_easyfont.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_easy_font.h"
|
1
tests/test_image.c
Normal file
1
tests/test_image.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_image.h"
|
1
tests/test_image_write.c
Normal file
1
tests/test_image_write.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_image_write.h"
|
1
tests/test_perlin.c
Normal file
1
tests/test_perlin.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_perlin.h"
|
1
tests/test_sprintf.c
Normal file
1
tests/test_sprintf.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_sprintf.h"
|
1
tests/test_voxel.c
Normal file
1
tests/test_voxel.c
Normal file
@ -0,0 +1 @@
|
||||
#include "stb_voxel_render.h"
|
Loading…
Reference in New Issue
Block a user