Home
last modified time | relevance | path

Searched refs:helloworld_txt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_rar5.c135 const char helloworld_txt[] = "hello libarchive test suite!\n"; in DEFINE_TEST() local
136 la_ssize_t file_size = sizeof(helloworld_txt) - 1; in DEFINE_TEST()
149 assertEqualMem(buff, helloworld_txt, file_size); in DEFINE_TEST()