summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c/BUILD.py
blob: 0296b9f93e385801b93b50ec7c00f5c60df80c96 (plain)
1
2
3
4
5
6
7
# 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 i2c test."""

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