Tree iterator first commit
This commit is contained in:
parent
5c4cacf286
commit
e05386eafe
4 changed files with 541 additions and 0 deletions
|
@ -10,6 +10,7 @@ unit_test_prog = executable(meson.project_name(),
|
|||
'version_test.cpp',
|
||||
'tiger_test.cpp',
|
||||
'infix_iterator.cpp',
|
||||
'tree_iterator_test.cpp',
|
||||
install: false,
|
||||
dependencies: [sprout_dep, catch2_dep],
|
||||
include_directories: [public_incl],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue