Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
27
libs/storage/storage_tests/CMakeLists.txt
Normal file
27
libs/storage/storage_tests/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
project(storage_tests)
|
||||
|
||||
set(SRC
|
||||
countries_tests.cpp
|
||||
country_info_getter_tests.cpp
|
||||
country_name_getter_tests.cpp
|
||||
downloader_tests.cpp
|
||||
fake_map_files_downloader.cpp
|
||||
fake_map_files_downloader.hpp
|
||||
helpers.cpp
|
||||
helpers.hpp
|
||||
simple_tree_test.cpp
|
||||
storage_tests.cpp
|
||||
task_runner.cpp
|
||||
task_runner.hpp
|
||||
test_map_files_downloader.cpp
|
||||
test_map_files_downloader.hpp
|
||||
)
|
||||
|
||||
omim_add_test(${PROJECT_NAME} ${SRC} REQUIRE_QT REQUIRE_SERVER)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
platform_tests_support
|
||||
generator_tests_support
|
||||
storage
|
||||
cppjansson
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue