summaryrefslogtreecommitdiff
path: root/include/test/overlay.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-02-13 09:52:16 -0600
committerTom Rini <trini@konsulko.com>2025-02-13 09:53:31 -0600
commitf60d1163c1fe2dd409ba1af9368715c9237e567d (patch)
tree71ba35988854f486fb5270cc1dd4dddf9e3c2979 /include/test/overlay.h
parent87dec3078a0a36d2e6da7602b9a750010c2d111d (diff)
parent404cdf0cdaacfa8595f8ec268709612d48335f01 (diff)
Merge patch series "test: Complete the suite migration"
Simon Glass <sjg@chromium.org> says: This series completes the removal of test commands for suites. With this it is possible to declare a suite (including init and uninit functions) without needing to write a command. It also adds timing for test suites, so we can keep track of how long things take. Link: https://lore.kernel.org/all/20250207183121.117663-1-sjg@chromium.org/
Diffstat (limited to 'include/test/overlay.h')
-rw-r--r--include/test/overlay.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/test/overlay.h b/include/test/overlay.h
deleted file mode 100644
index 5dc98399ce7..00000000000
--- a/include/test/overlay.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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)
-
-#endif /* __TEST_OVERLAY_H__ */