Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
29
libs/map/map_tests/CMakeLists.txt
Normal file
29
libs/map/map_tests/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
project(map_tests)
|
||||
|
||||
set(SRC
|
||||
address_tests.cpp
|
||||
bookmarks_test.cpp
|
||||
chart_generator_tests.cpp
|
||||
check_mwms.cpp
|
||||
countries_names_tests.cpp
|
||||
extrapolator_tests.cpp
|
||||
feature_getters_tests.cpp
|
||||
gps_track_collection_test.cpp
|
||||
gps_track_storage_test.cpp
|
||||
gps_track_test.cpp
|
||||
kmz_unarchive_test.cpp
|
||||
mwm_url_tests.cpp
|
||||
power_manager_tests.cpp
|
||||
search_api_tests.cpp
|
||||
transliteration_test.cpp
|
||||
elevation_info_tests.cpp
|
||||
track_statistics_tests.cpp
|
||||
)
|
||||
|
||||
omim_add_test(${PROJECT_NAME} ${SRC} REQUIRE_QT REQUIRE_SERVER)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
search_tests_support
|
||||
generator_tests_support
|
||||
map
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue