Francis Laniel | 2dba91a | 2023-12-22 22:02:21 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | /* |
| 3 | * (C) Copyright 2021 |
| 4 | * Francis Laniel, Amarula Solutions, francis.laniel@amarulasolutions.com |
| 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 */ |
Simon Glass | b15512c | 2025-01-20 14:25:32 -0700 | [diff] [blame] | 13 | #define HUSH_TEST(_name, _flags) UNIT_TEST(_name, _flags, hush) |
Francis Laniel | 2dba91a | 2023-12-22 22:02:21 +0100 | [diff] [blame] | 14 | |
| 15 | #endif /* __TEST_HUSH_H__ */ |