summaryrefslogtreecommitdiff
path: root/zephyr/test/crc
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-11-16 10:41:43 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-16 21:23:57 +0000
commitdbe78a88d535ebffeeb23660d0606546fb8108d4 (patch)
treef4ff82cba3e8c6ea435d49a2654a987e89df3797 /zephyr/test/crc
parent51a619329f31b3efd4f6efb7cc8eb2d8848d11e1 (diff)
downloadchrome-ec-dbe78a88d535ebffeeb23660d0606546fb8108d4.tar.gz
zephyr/tests: add zmake file for crc test
The zmake file allows us to use the zmake program to easily build this test BRANCH=none BUG=none TEST=use `zmake configure -b -B /tmp/build zephyr/test/crc` Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: If1928c8c6705b4e8905e2f84eee896158a7510e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2540732 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/test/crc')
-rw-r--r--zephyr/test/crc/zmake.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/test/crc/zmake.yaml b/zephyr/test/crc/zmake.yaml
new file mode 100644
index 0000000000..c784549bb0
--- /dev/null
+++ b/zephyr/test/crc/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