From 40f43afe5609389fe581ff020ad733a070bf5564 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Tue, 30 Jan 2018 05:40:17 -0800 Subject: [PATCH] tweak tests --- tests/stblib.dsp | 2 +- tests/test_c_compilation.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/stblib.dsp b/tests/stblib.dsp index f0ede02..ed1742c 100644 --- a/tests/stblib.dsp +++ b/tests/stblib.dsp @@ -65,7 +65,7 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" diff --git a/tests/test_c_compilation.c b/tests/test_c_compilation.c index 3dd6c16..40bc5a4 100644 --- a/tests/test_c_compilation.c +++ b/tests/test_c_compilation.c @@ -1,4 +1,3 @@ -#include "stb_sprintf.h" #define STB_SPRINTF_IMPLEMENTATION #include "stb_sprintf.h" @@ -13,7 +12,6 @@ #define STB_VOXEL_RENDER_IMPLEMENTATION #define STB_EASY_FONT_IMPLEMENTATION -#include "stb_easy_font.h" #include "stb_herringbone_wang_tile.h" #include "stb_image.h" #include "stb_image_write.h"