diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 9ac7344f2..e1fce7f15 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -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) \ diff --git a/tests/unit/test_platform.h b/tests/unit/test_platform.h index ca32cdc0e..3c20e0a75 100644 --- a/tests/unit/test_platform.h +++ b/tests/unit/test_platform.h @@ -39,10 +39,10 @@ #include #include +#include #include #include #include -#include #include "common/code_utils.hpp" #include "common/instance.hpp"