summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/tests/baseboard/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/skyrim/tests/baseboard/src/common.c')
-rw-r--r--zephyr/test/skyrim/tests/baseboard/src/common.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/test/skyrim/tests/baseboard/src/common.c b/zephyr/test/skyrim/tests/baseboard/src/common.c
new file mode 100644
index 0000000000..841b7db140
--- /dev/null
+++ b/zephyr/test/skyrim/tests/baseboard/src/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);