summaryrefslogtreecommitdiff
path: root/zephyr/test/system
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system')
-rw-r--r--zephyr/test/system/BUILD.py5
-rw-r--r--zephyr/test/system/zmake.yaml14
2 files changed, 5 insertions, 14 deletions
diff --git a/zephyr/test/system/BUILD.py b/zephyr/test/system/BUILD.py
new file mode 100644
index 0000000000..1aecdeb37d
--- /dev/null
+++ b/zephyr/test/system/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("system", dts_overlays=["overlay.dts"])
diff --git a/zephyr/test/system/zmake.yaml b/zephyr/test/system/zmake.yaml
deleted file mode 100644
index 2430527011..0000000000
--- a/zephyr/test/system/zmake.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2020 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.
-
-board: native_posix
-supported-zephyr-versions:
- - v2.7
-output-type: elf
-supported-toolchains:
- - llvm
- - host
-is-test: true
-dts-overlays:
- - overlay.dts