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)
56
56
fast_float_add_cpp_test (example_test )
57
57
fast_float_add_cpp_test (example_comma_test )
58
58
fast_float_add_cpp_test (basictest )
59
+ fast_float_add_cpp_test (powersoffive_hardround )
60
+ fast_float_add_cpp_test (string_test )
59
61
60
62
61
63
62
64
option (FASTFLOAT_EXHAUSTIVE "Exhaustive tests" OFF )
63
65
64
66
if (FASTFLOAT_EXHAUSTIVE )
65
- fast_float_add_cpp_test (powersoffive_hardround )
66
67
fast_float_add_cpp_test (short_random_string )
67
68
fast_float_add_cpp_test (exhaustive32_midpoint )
68
69
fast_float_add_cpp_test (random_string )
69
- fast_float_add_cpp_test (string_test )
70
70
fast_float_add_cpp_test (exhaustive32 )
71
71
fast_float_add_cpp_test (exhaustive32_64 )
72
72
fast_float_add_cpp_test (long_exhaustive32 )
You can’t perform that action at this time.
0 commit comments