Test cases executed in their own process can now bail out if
assertion fails. Note: Bailing out doesn't work with --in-proc option.
This commit is contained in:
parent
103124ac9f
commit
87e1417923
4 changed files with 23 additions and 5 deletions
|
@ -69,7 +69,7 @@ typedef struct TestCaseReference {
|
|||
*
|
||||
* \param execKey Execution key for the test
|
||||
*/
|
||||
void _InitTestEnvironment(Uint64 execKey);
|
||||
void _InitTestEnvironment(Uint64 execKey, SDL_bool inproc);
|
||||
|
||||
/*!
|
||||
* Deinitializes the test environment and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue