Skip testing externally-provided charconv

pull/1365/head
Andrew Tribick 2022-04-30 18:40:38 +02:00
parent 4c6fa126d6
commit cf9ba6d626
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
test_case(charconv_compat)
if(NOT HAVE_FLOAT_CHARCONV)
test_case(charconv_compat)
endif()
test_case(greek)
test_case(hash)
test_case(logger)