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:
authorvng <viktor.govako@gmail.com>2015-11-11 13:34:47 +0300
committervng <viktor.govako@gmail.com>2015-11-13 17:04:28 +0300
commit268b1f0cbe1a0665844a4f9bb59471d6b3176323 (patch)
tree0d15346db55ffb6c74fd94a90564fc422a411fdc /omim.pro
parent1833c78821e6308563a191ac30239c36b93be56d (diff)
Factor out TestMwmBuilder to the separate library. There is the useful reusable component.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro14
1 files changed, 9 insertions, 5 deletions
diff --git a/omim.pro b/omim.pro
index 8cabfa313f..ff5012df0f 100644
--- a/omim.pro
+++ b/omim.pro
@@ -118,10 +118,6 @@ SUBDIRS = 3party base coding geometry indexer routing
MapDepLibs = 3party base coding geometry platform storage indexer search map \
routing anim render gui graphics
- search_integration_tests.subdir = search/search_integration_tests
- search_integration_tests.depends = $$MapDepLibs generator
- SUBDIRS *= search_integration_tests
-
map_tests.subdir = map/map_tests
map_tests.depends = $$MapDepLibs
SUBDIRS *= map_tests
@@ -146,8 +142,16 @@ SUBDIRS = 3party base coding geometry indexer routing
pedestrian_routing_tests.depends = $$MapDepLibs routing
SUBDIRS *= pedestrian_routing_tests
+ generator_tests_support.subdir = generator/generator_tests_support
+ generator_tests_support.depends = $$MapDepLibs generator
+ SUBDIRS *= generator_tests_support
+
+ search_integration_tests.subdir = search/search_integration_tests
+ search_integration_tests.depends = $$MapDepLibs generator generator_tests_support
+ SUBDIRS *= search_integration_tests
+
generator_tests.subdir = generator/generator_tests
- generator_tests.depends = $$MapDepLibs routing generator
+ generator_tests.depends = $$MapDepLibs routing generator generator_tests_support
SUBDIRS *= generator_tests
# TODO(AlexZ): Do we really need them?