fix: test runner did not terminate

This commit is contained in:
Tobias Reisinger 2020-04-18 01:28:24 +02:00
parent ec720e7617
commit 499b318018

1
main.c
View file

@ -130,6 +130,7 @@ main(int argc, const char** argv)
if(global_config.run_type == RUN_TYPE_TEST)
{
runner_test(this_controller);
terminate(0);
}