Commit 57075df
test: ztest: fix math/advanced/functions build
The math/advanced/functions unit test was merged after the refactor that
removed CONFIG_SOF and introduced CONFIG_SOF_FULL_ZEPHYR_APPLICATION.
This test was missing the CONFIG_SOF_FULL_ZEPHYR_APPLICATION=n setting
required for ztest unit tests to build without pulling in full SOF
dependencies.
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent 045475f commit 57075df
File tree
2 files changed
+1
-1
lines changed- test/ztest/unit/math/advanced/functions
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments