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