We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f623cd6 commit 4b7e74eCopy full SHA for 4b7e74e
1 file changed
packages/react-native-executorch/common/rnexecutorch/tests/integration/TextToSpeechTest.cpp
@@ -5,6 +5,11 @@
5
#include <rnexecutorch/Error.h>
6
#include <rnexecutorch/models/text_to_speech/kokoro/Kokoro.h>
7
8
+// CommonModelTest is not instantiated in this translation unit
9
+namespace rnexecutorch::model_tests {
10
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(CommonModelTest);
11
+} // namespace rnexecutorch::model_tests
12
+
13
using namespace rnexecutorch;
14
using namespace rnexecutorch::models::text_to_speech::kokoro;
15
0 commit comments