Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
18
libs/routing/routing_consistency_tests/CMakeLists.txt
Normal file
18
libs/routing/routing_consistency_tests/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# This subproject implements routing consistency tests.
|
||||
# This tests are launched on the whole world dataset.
|
||||
|
||||
project(routing_consistency_tests)
|
||||
|
||||
set(SRC
|
||||
../routing_integration_tests/routing_test_tools.cpp
|
||||
routing_consistency_tests.cpp
|
||||
)
|
||||
|
||||
# Not using omim_add_test because we don't need testingmain.cpp
|
||||
omim_add_executable(${PROJECT_NAME} ${SRC})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
map
|
||||
platform
|
||||
gflags::gflags
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue