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:
authorIlya Zverev <zverik@textual.ru>2015-12-07 18:56:20 +0300
committerIlya Zverev <zverik@textual.ru>2015-12-07 18:56:20 +0300
commit25df45155c7b47cf302484141b82b480b768e2ab (patch)
tree35edbb25b68b2bbc6d4ac61cf25c788b3c9ca2ba /omim.pro
parent8fb779d1c2d4358044a744b672d4890828ae6ad7 (diff)
[build] Build routing consistency tests for gtool project
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index 4f7c822222..a6495429b8 100644
--- a/omim.pro
+++ b/omim.pro
@@ -35,7 +35,9 @@ SUBDIRS = 3party base coding geometry indexer routing
routing_integration_tests.subdir = routing/routing_integration_tests
routing_integration_tests.depends = $$SUBDIRS
- SUBDIRS *= routing_integration_tests
+ routing_consistency_tests.subdir = routing/routing_consistency_tests
+ routing_consistency_tests.depends = $$SUBDIRS
+ SUBDIRS *= routing_integration_tests routing_consistency_tests
}
CONFIG(desktop) {