Add fuzzer to test lib

This commit is contained in:
Andreas Schiffler 2012-11-27 21:40:46 -08:00
parent cf4a5b5570
commit 732f28216b
4 changed files with 1011 additions and 4 deletions

View file

@ -33,6 +33,7 @@
#include "SDL.h"
#include "SDL_test_font.h"
#include "SDL_test_random.h"
#include "SDL_test_fuzzer.h"
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */