Skip to content

Commit

Permalink
DRC: math: Make changes to address cmocka compilation issues.
Browse files Browse the repository at this point in the history
Include exp_fcn files in CMakesList to support cmocka test for
windows and auditory test.

Signed-off-by: shastry <[email protected]>
  • Loading branch information
ShriramShastry committed Dec 5, 2023
1 parent 3b78dde commit 7d8eb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/cmocka/src/math/auditory/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ cmocka_test(auditory
${PROJECT_SOURCE_DIR}/src/math/base2log.c
${PROJECT_SOURCE_DIR}/src/math/decibels.c
${PROJECT_SOURCE_DIR}/src/math/numbers.c
${PROJECT_SOURCE_DIR}/src/math/exp_fcn.c
)
1 change: 1 addition & 0 deletions test/cmocka/src/math/window/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ cmocka_test(window
${PROJECT_SOURCE_DIR}/src/math/log_e.c
${PROJECT_SOURCE_DIR}/src/math/base2log.c
${PROJECT_SOURCE_DIR}/src/math/decibels.c
${PROJECT_SOURCE_DIR}/src/math/exp_fcn.c
)

0 comments on commit 7d8eb79

Please sign in to comment.