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>2011-09-27 12:00:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:29 +0300
commit5d10c28ea8a69011533a7c6d07e246124bcbdfba (patch)
tree92788eb1e0222979187e508497e145d9e2be320d /base/base_tests/base_tests.pro
parent87f4f3aca9457d144174619888da06001eb9c8fc (diff)
Fix bug in limited_priority_queue. Add tests.
Diffstat (limited to 'base/base_tests/base_tests.pro')
-rw-r--r--base/base_tests/base_tests.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/base_tests/base_tests.pro b/base/base_tests/base_tests.pro
index cf486b9946..43f19f8c43 100644
--- a/base/base_tests/base_tests.pro
+++ b/base/base_tests/base_tests.pro
@@ -33,6 +33,9 @@ SOURCES += \
timer_test.cpp \
mru_cache_test.cpp \
threaded_list_test.cpp \
- condition_test.cpp
+ condition_test.cpp \
+ containers_test.cpp \
+
HEADERS +=
+