File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ endfunction(fast_float_add_cpp_test)
5656fast_float_add_cpp_test(example_test)
5757fast_float_add_cpp_test(example_comma_test)
5858fast_float_add_cpp_test(basictest)
59+ fast_float_add_cpp_test(powersoffive_hardround)
60+ fast_float_add_cpp_test(string_test)
5961
6062
6163
6264option (FASTFLOAT_EXHAUSTIVE "Exhaustive tests" OFF )
6365
6466if (FASTFLOAT_EXHAUSTIVE)
65- fast_float_add_cpp_test(powersoffive_hardround)
6667 fast_float_add_cpp_test(short_random_string)
6768 fast_float_add_cpp_test(exhaustive32_midpoint)
6869 fast_float_add_cpp_test(random_string)
69- fast_float_add_cpp_test(string_test)
7070 fast_float_add_cpp_test(exhaustive32)
7171 fast_float_add_cpp_test(exhaustive32_64)
7272 fast_float_add_cpp_test(long_exhaustive32)
You can’t perform that action at this time.
0 commit comments