Skip to content

Commit

Permalink
Move test of decomposeFloat()
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Sep 3, 2024
1 parent 3b6bf45 commit e4e2557
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion extras/tests/Misc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
add_executable(MiscTests
arithmeticCompare.cpp
conflicts.cpp
FloatParts.cpp
issue1967.cpp
JsonString.cpp
NoArduinoHeader.cpp
Expand Down
3 changes: 2 additions & 1 deletion extras/tests/Numbers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

add_executable(NumbersTests
convertNumber.cpp
parseFloat.cpp
decomposeFloat.cpp
parseDouble.cpp
parseFloat.cpp
parseInteger.cpp
parseNumber.cpp
)
Expand Down
File renamed without changes.

0 comments on commit e4e2557

Please sign in to comment.