]> Git Repo - J-u-boot.git/blame - include/test/env.h
Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / include / test / env.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0 */
421f86f3
JH
2/*
3 * (C) Copyright 2015
4 * Joe Hershberger, National Instruments, [email protected]
421f86f3
JH
5 */
6
7#ifndef __TEST_ENV_H__
8#define __TEST_ENV_H__
9
10#include <test/test.h>
11
12/* Declare a new environment test */
13#define ENV_TEST(_name, _flags) UNIT_TEST(_name, _flags, env_test)
14
15#endif /* __TEST_ENV_H__ */
This page took 0.425459 seconds and 4 git commands to generate.