summaryrefslogtreecommitdiff
path: root/include/SDL_test.h
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2012-12-09 17:56:19 -0800
committerAndreas Schiffler <aschiffler@ferzkopp.net>2012-12-09 17:56:19 -0800
commitea72e0ec008b2112bbd159163587685cfcf6ea5e (patch)
tree4a3de61b5e4f246aa59e6b22969b4e7c130e5f7f /include/SDL_test.h
parentfc9d1177cc9e9e23eef38e91a158f4e51fbf45d4 (diff)
downloadsdl-ea72e0ec008b2112bbd159163587685cfcf6ea5e.tar.gz
Added existing common.c/.h functions to test lib; minor assert refactoring
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 ff29cc4b8..af7613316 100644
--- a/include/SDL_test.h
+++ b/include/SDL_test.h
@@ -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"