/* * Copyright (C) 2014 Martin Lenders * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @addtogroup unittests * @{ * * @file tests-pktbuf.h * @brief Unittests for the ``pktbuf`` module * * @author Martine Lenders */ #ifndef __TESTS_PKTBUF_H_ #define __TESTS_PKTBUF_H_ #include "../unittests.h" /** * @brief The entry point of this test suite. */ void tests_pktbuf(void); #endif /* __TESTS_PKTBUF_H_ */ /** @} */