1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
5 * Tests for logging functions
11 #include <test/test.h>
13 /* Declare a new logging test */
14 #define LOG_TEST(_name) UNIT_TEST(_name, 0, log_test)
16 #endif /* __TEST_LOG_H__ */