Skip to content

Commit 9fa354a

Browse files
DRC: math: Add exponential source files to the window and aural CMakeLists.
For the C code mock up test, add the HiFi exponential source files to the window and auditory CMakeLists. Signed-off-by: shastry <malladi.sastry@intel.com>
1 parent 2c1d187 commit 9fa354a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/cmocka/src/math/auditory/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ cmocka_test(auditory
1010
${PROJECT_SOURCE_DIR}/src/math/decibels.c
1111
${PROJECT_SOURCE_DIR}/src/math/numbers.c
1212
${PROJECT_SOURCE_DIR}/src/math/exp_fcn.c
13-
${PROJECT_SOURCE_DIR}/src/math/exp_fcn_hifi.c
1413
)

test/cmocka/src/math/window/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ cmocka_test(window
88
${PROJECT_SOURCE_DIR}/src/math/base2log.c
99
${PROJECT_SOURCE_DIR}/src/math/decibels.c
1010
${PROJECT_SOURCE_DIR}/src/math/exp_fcn.c
11+
${PROJECT_SOURCE_DIR}/src/math/exp_fcn_hifi.c
1112
)

0 commit comments

Comments
 (0)