summaryrefslogtreecommitdiff
path: root/zephyr/test/base32
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-11-05 14:38:28 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-06 02:23:11 +0000
commit687c2062e7a50e1e03692e74171b7d960207f31a (patch)
tree7c6e1f5b487caf43537aebf9f1a8110dd25d0348 /zephyr/test/base32
parent7413dd10826ecb42cc2ee6b0a7919be2b290dd57 (diff)
downloadchrome-ec-687c2062e7a50e1e03692e74171b7d960207f31a.tar.gz
zephyr: add zmake.yaml files
Add the zmake config file for test that don't have one BRANCH=none BUG=none TEST=zmake builds both tests zmake configure -b /tmp/test ~/chromiumos/src/platform/ec/zephyr/test/tasks zmake build /tmp/test Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: Ibd9fd114e7fff008bb07cb616529d82cdb774a0a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521064 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/test/base32')
-rw-r--r--zephyr/test/base32/zmake.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/test/base32/zmake.yaml b/zephyr/test/base32/zmake.yaml
new file mode 100644
index 0000000000..c784549bb0
--- /dev/null
+++ b/zephyr/test/base32/zmake.yaml
@@ -0,0 +1,9 @@
+# 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
+toolchain: zephyr
+output-type: elf