mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-11 15:37:27 +00:00
Assert tests on the first failure. (#4952)
* Assert tests on the first failure. Disable pop-up message box on assertion. * Fix format and code style * Move MSVC dependent code to ifdef
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
062dcf7007
commit
7a43775661
@@ -17,6 +17,9 @@
|
||||
|
||||
extern int testing_fails;
|
||||
|
||||
// Prepare test engine (MSVC assertion setup, etc)
|
||||
void InitTestEngine();
|
||||
|
||||
void TestFail(const char *expval, const char *val, const char *exp,
|
||||
const char *file, int line, const char *func = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user