summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c_dts/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/i2c_dts/BUILD.py')
-rw-r--r--zephyr/test/i2c_dts/BUILD.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/test/i2c_dts/BUILD.py b/zephyr/test/i2c_dts/BUILD.py
new file mode 100644
index 0000000000..ec93d8b6f7
--- /dev/null
+++ b/zephyr/test/i2c_dts/BUILD.py
@@ -0,0 +1,5 @@
+# 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_host_test("i2c_dts", dts_overlays=["overlay.dts"])