Add fuzzer to test lib

This commit is contained in:
Andreas Schiffler
2012-11-27 21:40:46 -08:00
parent b12e6d6d52
commit 2cfb6fbb8e
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++ */