Update assert API in test lib; add to and harness; add test lib to VS2010 and VS2012 solution; fix VS2012 solution; fix compiler warning

This commit is contained in:
Andreas Schiffler 2012-12-01 14:48:30 -08:00
parent a8af7eca89
commit d4bfe07a4f
10 changed files with 469 additions and 20 deletions

View file

@ -25,6 +25,9 @@
*/
// quiet windows compiler warnings
#define _CRT_SECURE_NO_WARNINGS
#include "SDL_config.h"
#include <stdarg.h> /* va_list */