Add utf-8 test for std::filesystem::path formatter.

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
Vladislav Shchapov
2022-06-04 10:10:21 -07:00
committed by Victor Zverovich
parent 8644654190
commit 232e21d51f
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -78,6 +78,9 @@ add_fmt_test(printf-test)
add_fmt_test(ranges-test ranges-odr-test.cc)
add_fmt_test(scan-test)
add_fmt_test(std-test)
if (MSVC)
target_compile_options(std-test PRIVATE /source-charset:utf-8)
endif ()
add_fmt_test(unicode-test HEADER_ONLY)
if (MSVC)
target_compile_options(unicode-test PRIVATE /utf-8)