summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/src/markarth/common.c
blob: b302042761d984e55a1069bb09b68bf201168594 (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(markarth, CONFIG_SKYRIM_LOG_LEVEL);

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