diff options
Diffstat (limited to 'test/unittests/unit_preallocable.c')
-rw-r--r-- | test/unittests/unit_preallocable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests/unit_preallocable.c b/test/unittests/unit_preallocable.c index 888bb485..a6c42bbb 100644 --- a/test/unittests/unit_preallocable.c +++ b/test/unittests/unit_preallocable.c @@ -109,6 +109,6 @@ int main(int argc, char **argv) { }; //return cmocka_run_group_tests (tests, setup, teardown); - return cmocka_run_group_tests (tests, NULL, NULL); + __real_exit( cmocka_run_group_tests (tests, NULL, NULL) ); } |