summaryrefslogtreecommitdiff
path: root/zephyr/test/ec_app/BUILD.py
blob: aa5907f6a84fa467cd16ff42b7b5d240ab826221 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2021 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.

"""Register zmake project for ec_app test."""

register_host_test(
    "ec_app", dts_overlays=[here / "boards/native_posix.overlay"]
)