fix bugs in new stretchy buffer code, add stretchy buffer tests

This commit is contained in:
Sean Barrett
2014-06-01 08:01:01 -07:00
parent 728d435591
commit a57dfc50fc
9 changed files with 168 additions and 13 deletions

View File

@ -62,7 +62,7 @@ LINK32=link.exe
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Intermediate_Dir "Debug\stb"
# 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
@ -98,11 +98,11 @@ SOURCE=..\stb_vorbis.c
# End Source File
# Begin Source File
SOURCE=.\test_c_compilation.c
SOURCE=.\stretchy_buffer_test.c
# End Source File
# Begin Source File
SOURCE=.\stretchy_buffer_test.c
SOURCE=.\test_c_compilation.c
# End Source File
# Begin Source File