diff options
author | Markus Kauppila <markus.kauppila@gmail.com> | 2011-08-28 22:27:26 +0300 |
---|---|---|
committer | Markus Kauppila <markus.kauppila@gmail.com> | 2011-08-28 22:27:26 +0300 |
commit | d7674ee0ab6ca396f0b99fed0d951b3babd16608 (patch) | |
tree | 161a6466c5974aa95cd865a38271ce5ac6060e44 /test/test-automation | |
parent | ad5d59c9ab9e9bc840e43257beee0f50b850c8db (diff) |
Fixed an error in doxygen markup.
Diffstat (limited to 'test/test-automation')
-rw-r--r-- | test/test-automation/include/SDL_test.h | 1 |
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); |