summaryrefslogtreecommitdiff
path: root/include/SDL_test.h
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2012-12-14 23:05:34 -0800
committerAndreas Schiffler <aschiffler@ferzkopp.net>2012-12-14 23:05:34 -0800
commit469729971c159b983abca3e811b10421f3296fe7 (patch)
treecc9282450855fe392fcad27bbab5ab2e098438b2 /include/SDL_test.h
parent4a70814d13a3a6757ee05604cdcd787dd97a26a2 (diff)
downloadsdl-469729971c159b983abca3e811b10421f3296fe7.tar.gz
Refactor/fix test lib harness, assert and log component; add harness driver; port platform suite from GSOC code
Diffstat (limited to 'include/SDL_test.h')
-rw-r--r--include/SDL_test.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/SDL_test.h b/include/SDL_test.h
index af7613316..b21c0199e 100644
--- a/include/SDL_test.h
+++ b/include/SDL_test.h
@@ -49,9 +49,13 @@ extern "C" {
/* *INDENT-ON* */
#endif
-/* Function prototypes */
+/* Global definitions */
-/* ADD STUFF HERE */
+/*
+ * Note: Maximum size of SDLTest log message is less than SDLs limit
+ * to ensure we can fit additional information such as the timestamp.
+ */
+#define SDLTEST_MAX_LOGMESSAGE_LENGTH 3584
/* Ends C function definitions when using C++ */
#ifdef __cplusplus