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:
authorYuri Gorshenin <y@maps.me>2015-02-26 18:15:15 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:44 +0300
commit681feb94c08f10f6ec2f70cd9056344e3c285f10 (patch)
tree0da635e58e85316053de7defd6e0d33b84d905b9 /base/base_tests/base_tests.pro
parent0e5ad066dbf8b49145f381767104fbd199aa07f4 (diff)
[search-index] Improved performance of current search index building process.
Diffstat (limited to 'base/base_tests/base_tests.pro')
-rw-r--r--base/base_tests/base_tests.pro37
1 files changed, 18 insertions, 19 deletions
diff --git a/base/base_tests/base_tests.pro b/base/base_tests/base_tests.pro
index 25cb544cb3..b1e8ae8a89 100644
--- a/base/base_tests/base_tests.pro
+++ b/base/base_tests/base_tests.pro
@@ -14,32 +14,31 @@ win32-g++: LIBS += -lpthread
SOURCES += \
../../testing/testingmain.cpp \
- const_helper.cpp \
- math_test.cpp \
- scope_guard_test.cpp \
+ assert_test.cpp \
bits_test.cpp \
- logging_test.cpp \
- threads_test.cpp \
- rolling_hash_test.cpp \
+ buffer_vector_test.cpp \
cache_test.cpp \
- stl_add_test.cpp \
- string_utils_test.cpp \
- matrix_test.cpp \
commands_queue_test.cpp \
- buffer_vector_test.cpp \
- assert_test.cpp \
- timer_test.cpp \
- mru_cache_test.cpp \
- threaded_list_test.cpp \
condition_test.cpp \
+ const_helper.cpp \
containers_test.cpp \
fence_manager_test.cpp \
- string_format_test.cpp \
+ logging_test.cpp \
+ math_test.cpp \
+ matrix_test.cpp \
+ mem_trie_test.cpp \
+ mru_cache_test.cpp \
regexp_test.cpp \
+ rolling_hash_test.cpp \
scheduled_task_test.cpp \
- thread_pool_tests.cpp
+ scope_guard_test.cpp \
+ stl_add_test.cpp \
+ string_format_test.cpp \
+ string_utils_test.cpp \
+ thread_pool_tests.cpp \
+ threaded_list_test.cpp \
+ threads_test.cpp \
+ timer_test.cpp \
+ worker_thread_test.cpp \
HEADERS +=
-
-
-