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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2016-02-02 13:26:11 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:21:34 +0300
commitaf43d012a0d8759001881a45518f7e3b57a6acbf (patch)
treef969ca8fa630b2e1880a9f0610403f4a64cae44a /omim.pro
parentaaf72a9864498fa04324e64c804cfff1f8445cdb (diff)
[new-downloader] Storage integration tests
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/omim.pro b/omim.pro
index 7702e60ee0..473fb909ef 100644
--- a/omim.pro
+++ b/omim.pro
@@ -120,6 +120,10 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
storage_tests.depends = $$MapDepLibs
SUBDIRS *= storage_tests
+ storage_integration_tests.subdir = storage/storage_integration_tests
+ storage_integration_tests.depends = $$MapDepLibs
+ SUBDIRS *= storage_integration_tests
+
map_tests.subdir = map/map_tests
map_tests.depends = $$MapDepLibs
SUBDIRS *= map_tests