aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/juniper/latintokenizertest.cpp
blob: ead272ff628b8cf044c2e896fc6b6db32dfa7e5f (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. 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();
}