summaryrefslogtreecommitdiff
path: root/include/SDL_test.h
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2012-11-27 21:40:46 -0800
committerAndreas Schiffler <aschiffler@ferzkopp.net>2012-11-27 21:40:46 -0800
commit67f37f5951359c15e2aba5ef6d70b61de10af134 (patch)
tree7f1f24fbf0186d606046d4ec11dfd5537cc3ee7e /include/SDL_test.h
parent989da7fdac008158d856e83aab8219bdd7196ff1 (diff)
downloadsdl-67f37f5951359c15e2aba5ef6d70b61de10af134.tar.gz
Add fuzzer to test lib
Diffstat (limited to 'include/SDL_test.h')
-rw-r--r--include/SDL_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_test.h b/include/SDL_test.h
index 1d215a914..5b2827eba 100644
--- a/include/SDL_test.h
+++ b/include/SDL_test.h
@@ -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++ */