blob: 935f3020fb59f864d7d764505cbe9a9a7b861623 [file] [log] [blame]
/* Copyright (c) 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/ztest.h>
#include "fail_test.hpp"
void fail_test_after_impl(void) {}
void fail_test_teardown_impl(void)
{
ztest_test_pass();
}