Maxime Ripard | f2a9942 | 2016-07-05 10:26:46 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2016 NextThing Co | ||||
3 | * Copyright (c) 2016 Free Electrons | ||||
4 | * | ||||
5 | * SPDX-License-Identifier: GPL-2.0+ | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __TEST_OVERLAY_H__ | ||||
9 | #define __TEST_OVERLAY_H__ | ||||
10 | |||||
11 | #include <test/test.h> | ||||
12 | |||||
13 | /* Declare a new environment test */ | ||||
14 | #define OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, overlay_test) | ||||
15 | |||||
16 | #endif /* __TEST_OVERLAY_H__ */ |