We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b5656 commit 2837d23Copy full SHA for 2837d23
packages/react-native-executorch/common/rnexecutorch/tests/CMakeLists.txt
@@ -231,7 +231,7 @@ add_rn_test(TextToSpeechTests integration/TextToSpeechTest.cpp
231
${RNEXECUTORCH_DIR}/models/text_to_speech/kokoro/Synthesizer.cpp
232
${RNEXECUTORCH_DIR}/models/text_to_speech/kokoro/Partitioner.cpp
233
${RNEXECUTORCH_DIR}/models/text_to_speech/kokoro/Utils.cpp
234
- LIBS ${PHONEMIS_LIBS}
+ LIBS phonemis
235
)
236
237
add_rn_test(LLMTests integration/LLMTest.cpp
packages/react-native-executorch/common/rnexecutorch/tests/run_tests.sh
@@ -29,6 +29,7 @@ TEST_EXECUTABLES=(
29
"VADTests"
30
"TokenizerModuleTests"
31
"SpeechToTextTests"
32
+ "TextToSpeechTests"
33
"LLMTests"
34
"ImageSegmentationTests"
35
"TextToImageTests"
0 commit comments