blob: b3a548c79f55a66f14e8b10a6e0211a1c2a138af [file] [log] [blame]
Javier Almansa Sobrinoc4ad5b02022-07-05 19:05:14 +01001/*
2 * SPDX-License-Identifier: BSD-3-Clause
3 * SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
4 */
5
6#ifndef TEST_GROUPS_H
7#define TEST_GROUPS_H
8
9/*
10 * Add an IMPORT_TEST_GROUP for each test group, so the linker can
11 * find the tests.
12 */
13@IMPORT_TEST_GROUPS@
14
15#endif