summaryrefslogtreecommitdiff
path: root/zephyr/test/hooks/BUILD.py
blob: e3bb97208f395f405af3f45ad49ade75fdff3f2e (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 hooks test."""

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