]> Git Repo - J-u-boot.git/blob - include/test/hush.h
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / include / test / hush.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * (C) Copyright 2021
4  * Francis Laniel, Amarula Solutions, [email protected]
5  */
6
7 #ifndef __TEST_HUSH_H__
8 #define __TEST_HUSH_H__
9
10 #include <test/test.h>
11
12 /* Declare a new environment test */
13 #define HUSH_TEST(_name, _flags)        UNIT_TEST(_name, _flags, hush)
14
15 #endif /* __TEST_HUSH_H__ */
This page took 0.028273 seconds and 4 git commands to generate.