split parsing unicode file

This commit is contained in:
ToruNiina
2017-05-17 12:54:13 +09:00
parent 89c1094a69
commit 1265952b97
4 changed files with 43 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ set(TEST_NAMES
test_acceptor
test_parser
test_parse_file
test_parse_unicode
)
CHECK_CXX_COMPILER_FLAG("-Wall" COMPILER_SUPPORTS_WALL)