summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/src/crystaldrift/common.c
blob: 9fa78648592788ba83ca716a098789e32384ce79 (plain)
1
2
3
4
5
6
7
8
9
10
/* Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#include <zephyr/logging/log.h>
#include <zephyr/ztest.h>

LOG_MODULE_REGISTER(crystaldrift, CONFIG_SKYRIM_LOG_LEVEL);

ZTEST_SUITE(common, NULL, NULL, NULL, NULL, NULL);