2
0
Эх сурвалжийг харах

rename test files to be more meaningful

Sean Barrett 11 жил өмнө
parent
commit
42bd3e253b

+ 4 - 4
tests/stb.dsp

@@ -86,10 +86,6 @@ LINK32=link.exe
 # Name "stb - Win32 Debug"
 # Name "stb - Win32 Debug"
 # Begin Source File
 # Begin Source File
 
 
-SOURCE=.\compile_test.c
-# End Source File
-# Begin Source File
-
 SOURCE=.\stb.c
 SOURCE=.\stb.c
 # End Source File
 # End Source File
 # Begin Source File
 # Begin Source File
@@ -102,6 +98,10 @@ SOURCE=..\stb_vorbis.c
 # End Source File
 # End Source File
 # Begin Source File
 # Begin Source File
 
 
+SOURCE=.\test_c_compilation.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\test_truetype.c
 SOURCE=.\test_truetype.c
 # End Source File
 # End Source File
 # Begin Source File
 # Begin Source File

+ 5 - 5
tests/stb_cpp.dsp

@@ -65,7 +65,7 @@ LINK32=link.exe
 # PROP Ignore_Export_Lib 0
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # 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 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 BASE RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"
 BSC32=bscmake.exe
 BSC32=bscmake.exe
@@ -83,10 +83,6 @@ LINK32=link.exe
 # Name "stb_cpp - Win32 Debug"
 # Name "stb_cpp - Win32 Debug"
 # Begin Source File
 # Begin Source File
 
 
-SOURCE=.\compile_test_cpp.cpp
-# End Source File
-# Begin Source File
-
 SOURCE=.\stb_cpp.cpp
 SOURCE=.\stb_cpp.cpp
 # End Source File
 # End Source File
 # Begin Source File
 # Begin Source File
@@ -97,5 +93,9 @@ SOURCE=..\stb_image.c
 
 
 SOURCE=..\stb_vorbis.c
 SOURCE=..\stb_vorbis.c
 # End Source File
 # End Source File
+# Begin Source File
+
+SOURCE=.\test_cpp_compilation.cpp
+# End Source File
 # End Target
 # End Target
 # End Project
 # End Project

+ 0 - 0
tests/compile_test.c → tests/test_c_compilation.c


+ 0 - 0
tests/compile_test_cpp.cpp → tests/test_cpp_compilation.cpp