summaryrefslogtreecommitdiff
path: root/zephyr/test/base32
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-11-04 13:16:19 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-05 00:51:38 +0000
commit24b4795317983d2fa194c646a5e34ca6d0f7f209 (patch)
treeb493322f350ff3b81fa3bc20ac70c5136da0a924 /zephyr/test/base32
parent28fd56c3837bbe47f271a3bc3d0dee5b28017278 (diff)
downloadchrome-ec-24b4795317983d2fa194c646a5e34ca6d0f7f209.tar.gz
zephyr/test/base32: specify board in makelist
Instead of specifying the board on the command line to build the base32 test. Specify it in Cmakelist instead. BRANCH=none BUG=none TEST=build and run base32 without passing board on commandline Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: I8e7defa48cc285de1e1f32919b3e576698603e78 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2519240 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/test/base32')
-rw-r--r--zephyr/test/base32/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/test/base32/CMakeLists.txt b/zephyr/test/base32/CMakeLists.txt
index 3db4cee753..2706e8986a 100644
--- a/zephyr/test/base32/CMakeLists.txt
+++ b/zephyr/test/base32/CMakeLists.txt
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
+set(BOARD native_posix)
project(base32)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})