WIP, Move additional parser tests to separate file

This commit is contained in:
ado
2023-07-29 20:41:31 +02:00
parent f28f000035
commit d6cf9bd006
7 changed files with 687 additions and 668 deletions

View File

@@ -3,6 +3,7 @@ test_sources = files([
'test_splitter.cpp',
'test_converter.cpp',
'test_parser.cpp',
'test_parser2.cpp',
'test_extractions.cpp',
'test_extractions_without_fast_float.cpp',
])