]> Git Repo - J-u-boot.git/blob - include/test/lib.h
Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk
[J-u-boot.git] / include / test / lib.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2019 Heinrich Schuchardt <[email protected]>
4  */
5
6 #ifndef __TEST_LIB_H__
7 #define __TEST_LIB_H__
8
9 #include <test/test.h>
10
11 /* Declare a new library function test */
12 #define LIB_TEST(_name, _flags) UNIT_TEST(_name, _flags, lib_test)
13
14 #endif /* __TEST_LIB_H__ */
This page took 0.026145 seconds and 4 git commands to generate.