1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
7 #ifndef __TEST_OVERLAY_H__
8 #define __TEST_OVERLAY_H__
10 #include <test/test.h>
12 /* Declare a new environment test */
13 #define OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, overlay_test)
15 #endif /* __TEST_OVERLAY_H__ */