From 50dc48013b8f477e1feae4271d698fed987c62da Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 2 Feb 2020 11:12:27 -0800 Subject: [PATCH] test stb_include.h --- tests/stb.dsp | 4 ++++ tests/test_c_compilation.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/tests/stb.dsp b/tests/stb.dsp index 018519f..2a5c8c0 100644 --- a/tests/stb.dsp +++ b/tests/stb.dsp @@ -138,6 +138,10 @@ SOURCE=..\stb_image_write.h # End Source File # Begin Source File +SOURCE=..\stb_include.h +# End Source File +# Begin Source File + SOURCE=..\stb_leakcheck.h # End Source File # Begin Source File diff --git a/tests/test_c_compilation.c b/tests/test_c_compilation.c index 0c7c46c..11f6023 100644 --- a/tests/test_c_compilation.c +++ b/tests/test_c_compilation.c @@ -12,6 +12,7 @@ #define STB_VOXEL_RENDER_IMPLEMENTATION #define STB_EASY_FONT_IMPLEMENTATION #define STB_DXT_IMPLEMENTATION +#define STB_INCLUDE_IMPLEMENTATION #include "stb_herringbone_wang_tile.h" #include "stb_image.h" @@ -22,6 +23,7 @@ #include "stb_image_resize.h" #include "stb_rect_pack.h" #include "stb_dxt.h" +#include "stb_include.h" #include "stb_ds.h"