rename test files to be more meaningful

master
Sean Barrett ago%!(EXTRA string=11 years)
parent e63b3e0702
commit 42bd3e253b
  1. 8
      tests/stb.dsp
  2. 10
      tests/stb_cpp.dsp
  3. 0
      tests/test_c_compilation.c
  4. 0
      tests/test_cpp_compilation.cpp

@ -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

@ -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

Loading…
Cancel
Save