add within

This commit is contained in:
chatlanin
2022-03-02 11:08:14 +03:00
parent d7bff82e02
commit 55a2bacc0e
9 changed files with 64 additions and 4 deletions

View File

@@ -5,7 +5,16 @@ test(
'split_str',
executable(
'split_str',
'split_str.cpp',
'string.cpp',
dependencies: [ string_dep, gtest_dep ]
)
)
test(
'within',
executable(
'within',
'range.cpp',
dependencies: [ range_dep, gtest_dep ]
)
)