"Das U-Boot" Source Tree
at master 15 lines 339 B view raw
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) 14 15#endif /* __TEST_OVERLAY_H__ */