Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-09-13 23:00:40 +0300
committerYuri Gorshenin <y@maps.me>2016-09-14 18:04:35 +0300
commita41dc789d13150bbf0b25d64d44df5d1809d0585 (patch)
treeba558bb5c6e7ae100ea90dd4488a77e090f3eac4 /omim.pro
parent46193618b6d2b93c533149c40b775f0db96e2e08 (diff)
[routing] Fixed fake edges construction.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/omim.pro b/omim.pro
index 3a84c20031..a3c2347f2c 100644
--- a/omim.pro
+++ b/omim.pro
@@ -199,8 +199,8 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
SUBDIRS *= feature_segments_checker
# TODO(AlexZ): Move pedestrian tests into routing dir.
- pedestrian_routing_tests.depends = $$MapDepLibs routing
- SUBDIRS *= pedestrian_routing_tests
+ routing_benchmarks.depends = $$MapDepLibs routing
+ SUBDIRS *= routing_benchmarks
search_tests_support.subdir = search/search_tests_support
search_tests_support.depends = $$MapDepLibs