blob: e57bf13ea6195fd843bc2ccec0e0625a04770ba0 [file] [log] [blame]
Francis Laniel2dba91a2023-12-22 22:02:21 +01001/* 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 Glassb15512c2025-01-20 14:25:32 -070013#define HUSH_TEST(_name, _flags) UNIT_TEST(_name, _flags, hush)
Francis Laniel2dba91a2023-12-22 22:02:21 +010014
15#endif /* __TEST_HUSH_H__ */