blob: a1c57e8728edc48d12924ab51867c963e2f81c2c [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
*/
#include <CppUTest/CommandLineTestRunner.h>
#include <CppUTest/TestHarness.h>
#include <test_groups.h>
int main (int argc, char** argv)
{
return CommandLineTestRunner::RunAllTests(argc, argv);
}