1 /*
2  * Copyright (c) 2016 Intel Corporation
3  * Copyright (c) 2018 Nordic Semiconductor
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 /**
9  * @addtogroup t_driver_wdt
10  * @{
11  * @defgroup t_wdt_basic test_wdt_basic_operations
12  * @}
13  */
14 
15 #include <zephyr/kernel.h>
16 #include <zephyr/ztest.h>
17 
18 ZTEST_SUITE(wdt_basic_test_suite, NULL, NULL, NULL, NULL, NULL);
19