]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/test/env.h
Merge git://git.denx.de/u-boot-sh
[people/ms/u-boot.git] / include / test / env.h
1 /*
2 * (C) Copyright 2015
3 * Joe Hershberger, National Instruments, joe.hershberger@ni.com
4 *
5 * SPDX-License-Identifier: GPL-2.0
6 */
7
8 #ifndef __TEST_ENV_H__
9 #define __TEST_ENV_H__
10
11 #include <test/test.h>
12
13 /* Declare a new environment test */
14 #define ENV_TEST(_name, _flags) UNIT_TEST(_name, _flags, env_test)
15
16 #endif /* __TEST_ENV_H__ */