blob: 447f082cf3cf40a09a126a47728a089070a00f70 [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)
{
ztest_test_pass();
}
void fail_test_teardown_impl(void) {}