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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-01-27 15:14:38 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:15:52 +0300
commit3b6bbe88f22278c83242cd39902dfa7f45c72073 (patch)
tree0e273db131b9f670d9b01ff8cb82641c4f87673a /omim.pro
parent139adb57d60e02cdaa86abdffc9ea6473d1f2274 (diff)
[old map downloader] Stable storage_tests build.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro13
1 files changed, 9 insertions, 4 deletions
diff --git a/omim.pro b/omim.pro
index 0e343b2fe6..7702e60ee0 100644
--- a/omim.pro
+++ b/omim.pro
@@ -104,10 +104,6 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
downloader_tests.depends = 3party base coding platform platform_tests_support
SUBDIRS *= downloader_tests
- storage_tests.subdir = storage/storage_tests
- storage_tests.depends = 3party base coding geometry platform storage indexer stats
- SUBDIRS *= storage_tests
-
search_tests.subdir = search/search_tests
search_tests.depends = 3party base coding geometry platform indexer search
SUBDIRS *= search_tests
@@ -115,6 +111,15 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
MapDepLibs = 3party base coding geometry platform storage indexer search map \
routing drape drape_frontend
+ # @TODO storage_tests.depends is equal to map_tests because now storage/migrate_tests.cpp
+ # is located in storage_tests. When the new map downloader is used and storage_integraion_tests
+ # is recovered storage/migrate_tests.cpp should be moved to storage_integraion_tests
+ # storage_tests.depends should be set to |3party base coding geometry platform storage indexer stats|
+ # as it was before.
+ storage_tests.subdir = storage/storage_tests
+ storage_tests.depends = $$MapDepLibs
+ SUBDIRS *= storage_tests
+
map_tests.subdir = map/map_tests
map_tests.depends = $$MapDepLibs
SUBDIRS *= map_tests