mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-25 16:27:29 +02:00
15 lines
230 B
C
15 lines
230 B
C
![]() |
/*
|
||
|
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include "unity.h"
|
||
|
|
||
|
void app_main(void)
|
||
|
{
|
||
|
UNITY_BEGIN();
|
||
|
unity_run_all_tests();
|
||
|
UNITY_END();
|
||
|
}
|