summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/src/markarth/common.c
diff options
context:
space:
mode:
authorShou-Chieh Hsu <shouchieh@google.com>2023-01-31 16:48:25 +0800
committerShou-Chieh Hsu <shouchieh@chromium.org>2023-01-31 08:59:49 +0000
commitdce247e97903a2464ff8884106bffa43587c1dcb (patch)
treee20629e33a27c322b1c569a4f929cb240eab3d1b /zephyr/test/skyrim/src/markarth/common.c
parent2962a79f0aac5845ca29a04cfe90f9728d0a91e9 (diff)
parent9011f4f3f23078f6099e170c1661b12218d778b0 (diff)
downloadchrome-ec-dce247e97903a2464ff8884106bffa43587c1dcb.tar.gz
Merge remote-tracking branch cros/main into firmware-nissa-15217.B-main
Generated by: util/update_release_branch.py -r --zephyr --board nissa firmware- nissa-15217.B-main Relevant changes: git log --oneline 2962a79f0a..9011f4f3f2 -- zephyr/program/nissa util/getversion.sh af02307a26 xivu: modify form_factor motionsene function 0f7b43a563 pujjo: Increase OCP level margin to prevent OCP 221c98d97c craask: Config to reduce flash size BRANCH=None BUG=b:265752765 b:263996465 b:266867807 TEST=`make -j buildall` Force-Relevant-Builds: all Cq-Depend: chromium:4207308 Change-Id: Ia93d05dd17ed0d94820c222ce5b30ef60877b866 Signed-off-by: Shou-Chieh Hsu <shouchieh@google.com>
Diffstat (limited to 'zephyr/test/skyrim/src/markarth/common.c')
-rw-r--r--zephyr/test/skyrim/src/markarth/common.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/test/skyrim/src/markarth/common.c b/zephyr/test/skyrim/src/markarth/common.c
new file mode 100644
index 0000000000..841b7db140
--- /dev/null
+++ b/zephyr/test/skyrim/src/markarth/common.c
@@ -0,0 +1,7 @@
+/* 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/ztest.h>
+
+ZTEST_SUITE(common, NULL, NULL, NULL, NULL, NULL);