mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 15:47:46 +00:00
[tests] make pretty and update makefile (#3835)
* change the include order (make pretty) * include header files in PRETTY_FILES
This commit is contained in:
committed by
Jonathan Hui
parent
fa395d7205
commit
7b0537fb54
@@ -134,7 +134,7 @@ check_PROGRAMS += \
|
||||
test-ncp-buffer \
|
||||
test-spinel-decoder \
|
||||
test-spinel-encoder \
|
||||
$(NULL)
|
||||
$(NULL)
|
||||
|
||||
if OPENTHREAD_ENABLE_NCP_UART
|
||||
check_PROGRAMS += \
|
||||
@@ -243,6 +243,7 @@ test_toolchain_LDADD = $(NULL)
|
||||
test_toolchain_SOURCES = test_toolchain.cpp test_toolchain_c.c
|
||||
|
||||
PRETTY_FILES = \
|
||||
$(noinst_HEADERS) \
|
||||
$(test_address_sanitizer_SOURCES) \
|
||||
$(test_aes_SOURCES) \
|
||||
$(test_child_SOURCES) \
|
||||
|
||||
@@ -39,10 +39,10 @@
|
||||
|
||||
#include <openthread/config.h>
|
||||
#include <openthread/platform/alarm-milli.h>
|
||||
#include <openthread/platform/entropy.h>
|
||||
#include <openthread/platform/logging.h>
|
||||
#include <openthread/platform/misc.h>
|
||||
#include <openthread/platform/radio.h>
|
||||
#include <openthread/platform/entropy.h>
|
||||
|
||||
#include "common/code_utils.hpp"
|
||||
#include "common/instance.hpp"
|
||||
|
||||
Reference in New Issue
Block a user