diff --git a/test_apps/main/test_app_main.c b/test_apps/main/test_app_main.c index c60c8d2..c72d68f 100644 --- a/test_apps/main/test_app_main.c +++ b/test_apps/main/test_app_main.c @@ -44,4 +44,6 @@ void app_main(void) UNITY_END(); ESP_LOGI(TEST_TAG, "All tests complete."); + + esp_restart(); // Restart to invoke qemu exit }