summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/juniper/latintokenizertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/src/tests/juniper/latintokenizertest.cpp')
-rw-r--r--searchsummary/src/tests/juniper/latintokenizertest.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchsummary/src/tests/juniper/latintokenizertest.cpp b/searchsummary/src/tests/juniper/latintokenizertest.cpp
new file mode 100644
index 00000000000..89273ab1ec0
--- /dev/null
+++ b/searchsummary/src/tests/juniper/latintokenizertest.cpp
@@ -0,0 +1,9 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#include "latintokenizertest.h"
+
+int main(int, char **) {
+ LatinTokenizerTest lta;
+ lta.SetStream(&std::cout);
+ lta.Run();
+ return lta.Report();
+}