File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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 >();
You can’t perform that action at this time.
0 commit comments