blob: a1c57e8728edc48d12924ab51867c963e2f81c2c [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#include <CppUTest/CommandLineTestRunner.h>
7#include <CppUTest/TestHarness.h>
8#include <test_groups.h>
9
10int main (int argc, char** argv)
11{
12 return CommandLineTestRunner::RunAllTests(argc, argv);
13}