blob: 21628dca2975cea5622ae8e42463ae4bc3c03f80 [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 <zephyr/ztest.h>
ZTEST_SUITE(wdt_basic_test_suite, NULL, NULL, NULL, NULL, NULL);