summaryrefslogtreecommitdiff
path: root/zephyr/test/math/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/BUILD.py')
-rw-r--r--zephyr/test/math/BUILD.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/zephyr/test/math/BUILD.py b/zephyr/test/math/BUILD.py
deleted file mode 100644
index 8f6b28ce1a..0000000000
--- a/zephyr/test/math/BUILD.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2022 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 math tests."""
-
-register_host_test(
- "math_fixed", kconfig_files=[here / "prj.conf", here / "fixed_point.conf"]
-)
-register_host_test(
- "math_float", kconfig_files=[here / "prj.conf", here / "floating_point.conf"]
-)