feat(unity): Adds unit test ordering by file path and line number

Closes https://github.com/espressif/esp-idf/issues/15529
This commit is contained in:
Konstantin Kondrashov
2025-04-22 13:09:52 +03:00
parent dc678decf7
commit 81c08911f0
10 changed files with 131 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
/*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#include "unity.h"
void app_main(void)
{
unity_run_menu();
}