summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/src/markarth/common.c
diff options
context:
space:
mode:
authorRobert Zieba <robertzieba@google.com>2023-02-06 22:56:13 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-07 18:40:56 +0000
commit15808db4a6b985240bd655e54ecb53c04e54fdad (patch)
tree6ccf3ec4e95e7825bc798dfaaf253b80d92502a8 /zephyr/test/skyrim/src/markarth/common.c
parentdd96a625e5afc3d93492e060975bc63d5b3fb794 (diff)
downloadchrome-ec-15808db4a6b985240bd655e54ecb53c04e54fdad.tar.gz
zephyr/test/skyrim: Add variant specific logs
Register crystaldrift, markarth, and skyrim logs to match what the board code does. BRANCH=none BUG=b:247151116 TEST=Ran tests Change-Id: If92ce6e8e01a160ab75056952f23f69a3079022b Signed-off-by: Robert Zieba <robertzieba@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4225007 Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Diana Z <dzigterman@chromium.org>
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);