blob: 5dc98399ce7e7918a0c29f359a4e22f630dbfc95 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Maxime Ripard0e31a112016-07-05 10:26:46 +02002/*
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
Maxime Ripard0e31a112016-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 */
Simon Glassb15512c2025-01-20 14:25:32 -070013#define OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, overlay)
Maxime Ripard0e31a112016-07-05 10:26:46 +020014
15#endif /* __TEST_OVERLAY_H__ */