Skip to content

Commit 2f3b451

Browse files
committed
Add 128-bit dpd conversion testing
1 parent 7250c7c commit 2f3b451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_dpd_conversions.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,11 @@ int main()
7070
test_float_range<decimal64>();
7171
test_float_range<decimal64_fast>();
7272

73+
test<decimal128>();
74+
test<decimal128_fast>();
75+
76+
test_float_range<decimal128>();
77+
test_float_range<decimal128_fast>();
78+
7379
return boost::report_errors();
7480
}

0 commit comments

Comments
 (0)