test: add test for from/into based conversions

This commit is contained in:
ToruNiina
2019-03-16 15:46:21 +09:00
parent b1b72a94a8
commit 31e450f9af
2 changed files with 83 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ set(TEST_NAMES
test_parse_unicode
test_error_detection
test_format_error
test_extended_conversions
)
CHECK_CXX_COMPILER_FLAG("-Wall" COMPILER_SUPPORTS_WALL)