ci(common): Add clang tidy check to esp-protocols

This commit is contained in:
David Cermak
2024-04-05 12:41:41 +02:00
parent 06d013b20b
commit eb84eed8d3
7 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,14 @@
/*
* 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();
}