blob: 1751616a486da1e2ba0386d18e2516dd54ca2a0f [file] [log] [blame]
/* See LICENSE file for copyright and license details. */
#include <stdbool.h>
#include <stdint.h>
#include "../gen/sentence-test.h"
#include "../grapheme.h"
#include "util.h"
int
main(int argc, char *argv[])
{
(void)argc;
return run_break_tests(grapheme_next_sentence_break,
sentence_break_test,
LEN(sentence_break_test), argv[0]);
}