/* * SPDX-FileCopyrightText: 2015 Martine Lenders * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once /** * @addtogroup unittests * @{ * * @file * @brief Unittests for the ``gnrc_ipv6_hdr`` module * * @author Martine Lenders */ #include "embUnit.h" #ifdef __cplusplus extern "C" { #endif /** * @brief The entry point of this test suite. */ void tests_gnrc_ipv6_hdr(void); #ifdef __cplusplus } #endif /** @} */