mirror of
https://github.com/nothings/stb.git
synced 2026-01-08 21:53:18 +00:00
add compilation tests that have no other includes to avoid accidental dependencies
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user