blob: 694c03275150d4c677d1a03c1afbc87a4493ad37 [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/kernel.h>
#include <zephyr/ztest.h>
ZTEST_SUITE(wdt_basic_test_suite, NULL, NULL, NULL, NULL, NULL);