File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
packages/react-native-executorch/common/rnexecutorch/tests Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ add_rn_test(TextToSpeechTests integration/TextToSpeechTest.cpp
231231 ${RNEXECUTORCH_DIR} /models/text_to_speech/kokoro/Synthesizer.cpp
232232 ${RNEXECUTORCH_DIR} /models/text_to_speech/kokoro/Partitioner.cpp
233233 ${RNEXECUTORCH_DIR} /models/text_to_speech/kokoro/Utils.cpp
234- LIBS ${PHONEMIS_LIBS}
234+ LIBS phonemis
235235)
236236
237237add_rn_test (LLMTests integration/LLMTest.cpp
Original file line number Diff line number Diff line change 22#include " utils/TestUtils.h"
33#include < algorithm>
44#include < gtest/gtest.h>
5- #include < ranges>
65#include < rnexecutorch/Error.h>
76#include < rnexecutorch/models/text_to_speech/kokoro/Kokoro.h>
87
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ TEST_EXECUTABLES=(
2929 " VADTests"
3030 " TokenizerModuleTests"
3131 " SpeechToTextTests"
32+ " TextToSpeechTests"
3233 " LLMTests"
3334 " ImageSegmentationTests"
3435 " TextToImageTests"
You can’t perform that action at this time.
0 commit comments