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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2016-04-22 13:25:12 +0300
committerYuri Gorshenin <y@maps.me>2016-05-10 15:29:44 +0300
commit9375997212876b739a713dd49caf99821be8466d (patch)
tree9eb5513499d1d1eb6c429234b90273fb5016f449 /omim.pro
parent0d2847d2bbd017aa5d44e0727bf1281e55a93c7d (diff)
Srtm reader with tests.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index 3a4a0ea76a..fed9f9abb8 100644
--- a/omim.pro
+++ b/omim.pro
@@ -37,7 +37,9 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
routing_integration_tests.depends = $$SUBDIRS
routing_consistency_tests.subdir = routing/routing_consistency_tests
routing_consistency_tests.depends = $$SUBDIRS
- SUBDIRS *= routing_integration_tests routing_consistency_tests
+ srtm_source_tests.subdir = generator/srtm_source_tests
+ srtm_source_tests.depends = $$SUBDIRS routing
+ SUBDIRS *= routing_integration_tests routing_consistency_tests srtm_source_tests
}
CONFIG(desktop) {
@@ -168,6 +170,10 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
routing_consistency_tests.depends = $$MapDepLibs routing
SUBDIRS *= routing_consistency_tests
+ srtm_source_tests.subdir = generator/srtm_source_tests
+ srtm_source_tests.depends = $$MapDepLibs routing
+ SUBDIRS *= srtm_source_tests
+
# TODO(AlexZ): Move pedestrian tests into routing dir.
pedestrian_routing_tests.depends = $$MapDepLibs routing
SUBDIRS *= pedestrian_routing_tests