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.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/test/math/BUILD.py b/zephyr/test/math/BUILD.py
new file mode 100644
index 0000000000..eb901b78c3
--- /dev/null
+++ b/zephyr/test/math/BUILD.py
@@ -0,0 +1,11 @@
+# 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_host_test(
+ "math_fixed", kconfig_files=[here / "prj.conf", here / "fixed_point.conf"]
+)
+# TODO (b/224582527) uncomment when FPU is enabled in POSIX arch
+# register_host_test("math_float",
+# kconfig_files=[here / "prj.conf",
+# here / "floating_point.conf"])