summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/BUILD.py')
-rw-r--r--zephyr/test/drivers/BUILD.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/test/drivers/BUILD.py b/zephyr/test/drivers/BUILD.py
index 1653103526..04449e2f8e 100644
--- a/zephyr/test/drivers/BUILD.py
+++ b/zephyr/test/drivers/BUILD.py
@@ -2,4 +2,6 @@
# 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"])