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