overlay.h 344 B

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