diff --git a/tests/stb.dsp b/tests/stb.dsp index 5b9e1a6..eacc5f9 100644 --- a/tests/stb.dsp +++ b/tests/stb.dsp @@ -86,10 +86,6 @@ LINK32=link.exe # Name "stb - Win32 Debug" # Begin Source File -SOURCE=.\compile_test.c -# End Source File -# Begin Source File - SOURCE=.\stb.c # End Source File # Begin Source File @@ -102,6 +98,10 @@ SOURCE=..\stb_vorbis.c # End Source File # Begin Source File +SOURCE=.\test_c_compilation.c +# End Source File +# Begin Source File + SOURCE=.\test_truetype.c # End Source File # Begin Source File diff --git a/tests/stb_cpp.dsp b/tests/stb_cpp.dsp index 7ab64f7..9923ba2 100644 --- a/tests/stb_cpp.dsp +++ b/tests/stb_cpp.dsp @@ -65,7 +65,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # 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 /MTd /W3 /GX /Zd /Od /I "..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /GX /Zd /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -83,10 +83,6 @@ LINK32=link.exe # Name "stb_cpp - Win32 Debug" # Begin Source File -SOURCE=.\compile_test_cpp.cpp -# End Source File -# Begin Source File - SOURCE=.\stb_cpp.cpp # End Source File # Begin Source File @@ -97,5 +93,9 @@ SOURCE=..\stb_image.c SOURCE=..\stb_vorbis.c # End Source File +# Begin Source File + +SOURCE=.\test_cpp_compilation.cpp +# End Source File # End Target # End Project diff --git a/tests/compile_test.c b/tests/test_c_compilation.c similarity index 100% rename from tests/compile_test.c rename to tests/test_c_compilation.c diff --git a/tests/compile_test_cpp.cpp b/tests/test_cpp_compilation.cpp similarity index 100% rename from tests/compile_test_cpp.cpp rename to tests/test_cpp_compilation.cpp