Added existing common.c/.h functions to test lib; minor assert refactoring

This commit is contained in:
Andreas Schiffler 2012-12-09 17:56:19 -08:00
parent de32627287
commit 84aaf1fed9
8 changed files with 1491 additions and 20 deletions

View file

@ -31,6 +31,7 @@
#define _SDL_test_h
#include "SDL.h"
#include "SDL_test_common.h"
#include "SDL_test_font.h"
#include "SDL_test_random.h"
#include "SDL_test_fuzzer.h"