summaryrefslogtreecommitdiff
path: root/include/test/overlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/overlay.h')
-rw-r--r--include/test/overlay.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/test/overlay.h b/include/test/overlay.h
new file mode 100644
index 0000000..c13f4d6
--- /dev/null
+++ b/include/test/overlay.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2016 NextThing Co
+ * Copyright (c) 2016 Free Electrons
+ */
+
+#ifndef __TEST_OVERLAY_H__
+#define __TEST_OVERLAY_H__
+
+#include <test/test.h>
+
+/* Declare a new environment test */
+#define OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, overlay_test)
+
+#endif /* __TEST_OVERLAY_H__ */