blob: c13f4d66e09388e1b59a594ea8174bd048dfbb70 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Maxime Ripardf2a99422016-07-05 10:26:46 +02002/*
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
Maxime Ripardf2a99422016-07-05 10:26:46 +02005 */
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__ */