blob: f3639ba8b14441865765ab0e6d871726c37fd126 [file] [log] [blame]
/*
* Copyright 2021 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/ztest.h>
#include "common.h"
static void test_stub(void)
{
}
ztest_register_test_suite(run_null_predicate_once, NULL, ztest_unit_test(test_stub));