blob: 427b88b75d2aee0a54dd415b568237ed2ca64ab7 [file] [log] [blame]
/*
* Copyright (c) 2022 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/ztest.h>
void test_main(void)
{
ztest_run_test_suite(timer_jitter_drift, false, 1, 1);
#ifndef CONFIG_TIMER_EXTERNAL_TEST
ztest_run_test_suite(timer_tick_train, false, 1, 1);
#endif
}