xref: /openbmc/u-boot/include/test/overlay.h (revision e8f80a5a)
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__ */
16