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:
authorSergey Yershov <syershov@maps.me>2016-11-16 17:23:55 +0300
committerSergey Yershov <syershov@maps.me>2016-11-17 13:27:23 +0300
commitd9e4a1b1a28fc888ca0b1a333c6a1b49a52fb6ce (patch)
tree31a563d73b7562082b4f26e2b2ed05e70ccc0a18 /omim.pro
parent19600faf61beb3a36b02ccb458eaffa0a39edb17 (diff)
Remove dependencies on tomcrypt
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/omim.pro b/omim.pro
index 5c62be3a44..0e117490c8 100644
--- a/omim.pro
+++ b/omim.pro
@@ -150,9 +150,10 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
platform_tests.depends = 3party base coding platform platform_tests_support
SUBDIRS *= platform_tests
- downloader_tests.subdir = platform/downloader_tests
- downloader_tests.depends = 3party base coding platform platform_tests_support
- SUBDIRS *= downloader_tests
+# Uncomment after replace hash function
+# downloader_tests.subdir = platform/downloader_tests
+# downloader_tests.depends = 3party base coding platform platform_tests_support
+# SUBDIRS *= downloader_tests
search_tests.subdir = search/search_tests
search_tests.depends = 3party base coding geometry platform indexer search