Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:58:55 +01:00
parent 4af19165ec
commit 68073add76
12458 changed files with 12350765 additions and 2 deletions

View file

@ -0,0 +1,39 @@
project(search_tests)
set(SRC
algos_tests.cpp
bookmarks_processor_tests.cpp
feature_offset_match_tests.cpp
highlighting_tests.cpp
house_detector_tests.cpp
house_numbers_matcher_test.cpp
interval_set_test.cpp
keyword_lang_matcher_test.cpp
keyword_matcher_test.cpp
latlon_match_test.cpp
localities_source_tests.cpp
locality_finder_test.cpp
locality_scorer_test.cpp
locality_selector_test.cpp
mem_search_index_tests.cpp
point_rect_matcher_tests.cpp
query_saver_tests.cpp
ranking_tests.cpp
results_tests.cpp
region_info_getter_tests.cpp
segment_tree_tests.cpp
suggest_tests.cpp
string_match_test.cpp
text_index_tests.cpp
utm_mgrs_coords_match_test.cpp
)
omim_add_test(${PROJECT_NAME} ${SRC})
target_link_libraries(${PROJECT_NAME}
generator_tests_support
platform_tests_support
search_tests_support
search
kml
)