Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / include / test / overlay.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2016 NextThing Co
4  * Copyright (c) 2016 Free Electrons
5  */
6
7 #ifndef __TEST_OVERLAY_H__
8 #define __TEST_OVERLAY_H__
9
10 #include <test/test.h>
11
12 /* Declare a new environment test */
13 #define OVERLAY_TEST(_name, _flags)     UNIT_TEST(_name, _flags, overlay_test)
14
15 #endif /* __TEST_OVERLAY_H__ */