blob: b3a548c79f55a66f14e8b10a6e0211a1c2a138af [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
*/
#ifndef TEST_GROUPS_H
#define TEST_GROUPS_H
/*
* Add an IMPORT_TEST_GROUP for each test group, so the linker can
* find the tests.
*/
@IMPORT_TEST_GROUPS@
#endif