overlay.h 344 B

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