From c93e2ed12dec9f6b263091e5a08a4f1c27c1bc7c Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 11 Jan 2021 15:39:45 -0700 Subject: 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 Change-Id: Ia3fa7a2f3bd2861293ef78e53a98ae73257090e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2622898 Commit-Queue: Yuval Peress Reviewed-by: Yuval Peress --- zephyr/test/system/zmake.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 zephyr/test/system/zmake.yaml (limited to 'zephyr/test/system/zmake.yaml') 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 -- cgit v1.2.1