blob: a7532305d92137543ba2e568c0999c4089047b41 [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation
* Copyright (c) 2018 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @addtogroup t_driver_wdt
* @{
* @defgroup t_wdt_basic test_wdt_basic_operations
* @}
*/
#include <zephyr/zephyr.h>
#include <ztest.h>
ZTEST_SUITE(wdt_basic_test_suite, NULL, NULL, NULL, NULL, NULL);