blob: e7188fd040033d8ba7a4ba2168a5dd37884d6da3 [file] [log] [blame]
/*
* Copyright (c) 2017-2022, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#include "test_framework_integ_test.h"
#include "test_framework_integ_test_helper.h"
#include "test_framework.h"
#include "mcuboot_integration_tests.h"
static struct test_suite_t test_suites[] = {
{&register_testsuite_mcuboot_integration, 0, 0, 0},
/* End of test suites */
{0, 0, 0, 0}
};
enum test_suite_err_t run_mcuboot_testsuite(void)
{
return integ_test("MCUBOOT", test_suites);
}