summaryrefslogtreecommitdiff
path: root/test/test-automation
diff options
context:
space:
mode:
authorMarkus Kauppila <markus.kauppila@gmail.com>2011-08-28 22:27:26 +0300
committerMarkus Kauppila <markus.kauppila@gmail.com>2011-08-28 22:27:26 +0300
commitd7674ee0ab6ca396f0b99fed0d951b3babd16608 (patch)
tree161a6466c5974aa95cd865a38271ce5ac6060e44 /test/test-automation
parentad5d59c9ab9e9bc840e43257beee0f50b850c8db (diff)
Fixed an error in doxygen markup.
Diffstat (limited to 'test/test-automation')
-rw-r--r--test/test-automation/include/SDL_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-automation/include/SDL_test.h b/test/test-automation/include/SDL_test.h
index 85a4ddf1..4f3b6f02 100644
--- a/test/test-automation/include/SDL_test.h
+++ b/test/test-automation/include/SDL_test.h
@@ -68,6 +68,7 @@ typedef struct TestCaseReference {
* the beginning of every test case, before doing anything else.
*
* \param execKey Execution key for the test
+ * \param inproc Whether tests are run in-process or not
*/
void _InitTestEnvironment(Uint64 execKey, SDL_bool inproc);