summaryrefslogtreecommitdiff
path: root/zephyr/test/math/testcase.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/testcase.yaml')
-rw-r--r--zephyr/test/math/testcase.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/test/math/testcase.yaml b/zephyr/test/math/testcase.yaml
new file mode 100644
index 0000000000..cd33e70553
--- /dev/null
+++ b/zephyr/test/math/testcase.yaml
@@ -0,0 +1,7 @@
+common:
+ platform_allow: native_posix
+tests:
+ util.math.fixed_point:
+ extra_args: OVERLAY_CONFIG=./fixed_point.conf
+ util.math.floating_point:
+ extra_args: OVERLAY_CONFIG=./floating_point.conf