Skip to content

Commit

Permalink
Split parser tests into multiple files, add more tests for buffer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
red0124 committed Feb 17, 2024
1 parent 6c85995 commit ce03c37
Show file tree
Hide file tree
Showing 7 changed files with 1,804 additions and 1,772 deletions.
5 changes: 4 additions & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ doctest_dep = dependency('doctest')
add_project_arguments('-DDOCTEST_CONFIG_IMPLEMENT_WITH_MAIN', language: 'cpp')

tests = [
'parser',
'parser1_1',
'parser1_2',
'parser1_3',
'parser1_4',
'splitter',
'converter',
'extractions',
Expand Down
Loading

0 comments on commit ce03c37

Please sign in to comment.