Split test_parser2 into multiple segments

This commit is contained in:
ado
2023-08-03 21:28:41 +02:00
parent 62e19df343
commit 761445bd36
8 changed files with 85 additions and 11 deletions

View File

@@ -3,7 +3,10 @@ test_sources = files([
'test_splitter.cpp',
'test_converter.cpp',
'test_parser.cpp',
'test_parser2.cpp',
'test_parser2_segment1.cpp',
'test_parser2_segment2.cpp',
'test_parser2_segment3.cpp',
'test_parser2_segment4.cpp',
'test_extractions.cpp',
'test_extractions_without_fast_float.cpp',
])