mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-19 15:39:46 +00:00
Add unit test for tag splitting
This commit is contained in:
parent
9f6bc67c06
commit
b6953eeaa1
3 changed files with 113 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ add_executable(${PROJECT_NAME}
|
|||
${CMAKE_SOURCE_DIR}/src/main/damerau_levenshtein.c
|
||||
${CMAKE_SOURCE_DIR}/src/main/utf8_ops.c
|
||||
test_damerau_levenshtein.cpp
|
||||
${CMAKE_SOURCE_DIR}/src/tag/split_tags.cpp
|
||||
test_tag_splitting.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue