Skip to content

Commit 1f83e10

Browse files
committed
Increase to_chars testing of decimal_fast128_t
1 parent 65b5606 commit 1f83e10

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/test_to_chars.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,21 @@ int main()
969969
test_general_format_std<decimal64_t>();
970970
#endif
971971

972+
#if !defined(BOOST_DECIMAL_REDUCE_TEST_DEPTH)
973+
test_non_finite_values<decimal_fast128_t>();
974+
test_small_values<decimal_fast128_t>();
975+
test_large_values<decimal_fast128_t>();
976+
test_fixed_format<decimal_fast128_t>();
977+
test_precision<decimal_fast128_t>();
978+
test_buffer_overflow<decimal_fast128_t>();
979+
zero_test<decimal_fast128_t>();
980+
test_434_fixed<decimal_fast128_t>();
981+
test_434_scientific<decimal_fast128_t>();
982+
test_hex_format<decimal_fast128_t>();
983+
test_434_hex<decimal_fast128_t>();
984+
#endif
985+
986+
972987
test_777<decimal32_t>();
973988
test_777<decimal64_t>();
974989
test_777<decimal128_t>();

0 commit comments

Comments
 (0)