summaryrefslogtreecommitdiff
path: root/zephyr/test/system/zmake.yaml
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-11 15:39:45 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-12 04:51:47 +0000
commitc93e2ed12dec9f6b263091e5a08a4f1c27c1bc7c (patch)
tree5ae0160662991f52056f842e977b7f2ad1f7ab2c /zephyr/test/system/zmake.yaml
parent32b90cdae2520c2bb8e4f68da50575621dc270c2 (diff)
downloadchrome-ec-c93e2ed12dec9f6b263091e5a08a4f1c27c1bc7c.tar.gz
zephyr: copy zephyr-chrome/tests/app/ec to platform/ec
The previous Git history can be found here: https://chromium.googlesource.com/chromiumos/platform/zephyr-chrome/+log/f500629b382077c1160ce9b1333afcf0f9c08d59/tests/app/ec BUG=b:177003034 BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Ia3fa7a2f3bd2861293ef78e53a98ae73257090e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2622898 Commit-Queue: Yuval Peress <peress@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'zephyr/test/system/zmake.yaml')
-rw-r--r--zephyr/test/system/zmake.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/zephyr/test/system/zmake.yaml b/zephyr/test/system/zmake.yaml
new file mode 100644
index 0000000000..d0d40dd473
--- /dev/null
+++ b/zephyr/test/system/zmake.yaml
@@ -0,0 +1,10 @@
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+board: native_posix
+supported-zephyr-versions:
+ - v2.4
+output-type: elf
+toolchain: llvm
+is-test: true