mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 23:18:29 +00:00
SDL_test: pass data pointer to unit tests
This commit is contained in:

committed by
Anonymous Maarten

parent
741c04b339
commit
2f4b2df595
@@ -63,7 +63,7 @@ extern "C" {
|
||||
#define TEST_RESULT_SETUP_FAILURE 4
|
||||
|
||||
/* !< Function pointer to a test case setup function (run before every test) */
|
||||
typedef void (*SDLTest_TestCaseSetUpFp)(void *arg);
|
||||
typedef void (*SDLTest_TestCaseSetUpFp)(void **arg);
|
||||
|
||||
/* !< Function pointer to a test case function */
|
||||
typedef int (*SDLTest_TestCaseFp)(void *arg);
|
||||
|
Reference in New Issue
Block a user