add unit tests for conversion without the fast float library

This commit is contained in:
ado
2022-03-30 19:54:50 +02:00
parent d328f7d59d
commit c214975ca0
5 changed files with 175 additions and 47 deletions

View File

@@ -4,6 +4,7 @@ test_sources = files([
'test_converter.cpp',
'test_parser.cpp',
'test_extractions.cpp',
'test_extractions_without_fast_float.cpp',
])
doctest_proj = subproject('doctest')