Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
39
libs/search/search_tests/CMakeLists.txt
Normal file
39
libs/search/search_tests/CMakeLists.txt
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue