summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/BUILD.py
blob: 9e3465c18e915638173bc355f04186e556759cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 drivers test."""

register_host_test(
    "drivers",
    dts_overlays=["overlay.dts"],
    test_args=["-flash={test_temp_dir}/flash.bin"],
)