mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +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();
|
|
}
|