summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/src/markarth/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/skyrim/src/markarth/common.c')
-rw-r--r--zephyr/test/skyrim/src/markarth/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/test/skyrim/src/markarth/common.c b/zephyr/test/skyrim/src/markarth/common.c
index 841b7db140..b302042761 100644
--- a/zephyr/test/skyrim/src/markarth/common.c
+++ b/zephyr/test/skyrim/src/markarth/common.c
@@ -2,6 +2,9 @@
* 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);