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.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/zephyr/test/math/testcase.yaml b/zephyr/test/math/testcase.yaml
index cd33e70553..465591e5a0 100644
--- a/zephyr/test/math/testcase.yaml
+++ b/zephyr/test/math/testcase.yaml
@@ -2,6 +2,8 @@ common:
platform_allow: native_posix
tests:
util.math.fixed_point:
- extra_args: OVERLAY_CONFIG=./fixed_point.conf
+ extra_overlay_confs:
+ - ./fixed_point.conf
util.math.floating_point:
- extra_args: OVERLAY_CONFIG=./floating_point.conf
+ extra_overlay_confs:
+ - ./floating_point.conf