Skip to content

Commit 3219e3c

Browse files
committed
Move fast tests to the non-exhaustive test set
1 parent af4e24a commit 3219e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ endfunction(fast_float_add_cpp_test)
5656
fast_float_add_cpp_test(example_test)
5757
fast_float_add_cpp_test(example_comma_test)
5858
fast_float_add_cpp_test(basictest)
59+
fast_float_add_cpp_test(powersoffive_hardround)
60+
fast_float_add_cpp_test(string_test)
5961

6062

6163

6264
option(FASTFLOAT_EXHAUSTIVE "Exhaustive tests" OFF)
6365

6466
if (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)

0 commit comments

Comments
 (0)