mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 10:47:34 +02:00
Move test of decomposeFloat()
This commit is contained in:
@ -5,7 +5,6 @@
|
|||||||
add_executable(MiscTests
|
add_executable(MiscTests
|
||||||
arithmeticCompare.cpp
|
arithmeticCompare.cpp
|
||||||
conflicts.cpp
|
conflicts.cpp
|
||||||
FloatParts.cpp
|
|
||||||
issue1967.cpp
|
issue1967.cpp
|
||||||
JsonString.cpp
|
JsonString.cpp
|
||||||
NoArduinoHeader.cpp
|
NoArduinoHeader.cpp
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
|
|
||||||
add_executable(NumbersTests
|
add_executable(NumbersTests
|
||||||
convertNumber.cpp
|
convertNumber.cpp
|
||||||
parseFloat.cpp
|
decomposeFloat.cpp
|
||||||
parseDouble.cpp
|
parseDouble.cpp
|
||||||
|
parseFloat.cpp
|
||||||
parseInteger.cpp
|
parseInteger.cpp
|
||||||
parseNumber.cpp
|
parseNumber.cpp
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user