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:
Diffstat (limited to 'base/base_tests/CMakeLists.txt')
-rw-r--r--base/base_tests/CMakeLists.txt62
1 files changed, 31 insertions, 31 deletions
diff --git a/base/base_tests/CMakeLists.txt b/base/base_tests/CMakeLists.txt
index 4a51f647b2..ffea7a6d6e 100644
--- a/base/base_tests/CMakeLists.txt
+++ b/base/base_tests/CMakeLists.txt
@@ -1,37 +1,37 @@
add_definitions(-DOMIM_UNIT_TEST_DISABLE_PLATFORM_INIT)
set(
- SRC
- assert_test.cpp
- bits_test.cpp
- buffer_vector_test.cpp
- cache_test.cpp
- collection_cast_test.cpp
- condition_test.cpp
- const_helper.cpp
- containers_test.cpp
- logging_test.cpp
- math_test.cpp
- matrix_test.cpp
- mem_trie_test.cpp
- newtype_test.cpp
- observer_list_test.cpp
- range_iterator_test.cpp
- ref_counted_tests.cpp
- regexp_test.cpp
- rolling_hash_test.cpp
- scope_guard_test.cpp
- stl_add_test.cpp
- stl_helpers_test.cpp
- string_format_test.cpp
- string_utils_test.cpp
- sunrise_sunset_test.cpp
- thread_pool_tests.cpp
- threaded_list_test.cpp
- threads_test.cpp
- timegm_test.cpp
- timer_test.cpp
- worker_thread_test.cpp
+ SRC
+ assert_test.cpp
+ bits_test.cpp
+ buffer_vector_test.cpp
+ cache_test.cpp
+ collection_cast_test.cpp
+ condition_test.cpp
+ const_helper.cpp
+ containers_test.cpp
+ logging_test.cpp
+ math_test.cpp
+ matrix_test.cpp
+ mem_trie_test.cpp
+ newtype_test.cpp
+ observer_list_test.cpp
+ range_iterator_test.cpp
+ ref_counted_tests.cpp
+ regexp_test.cpp
+ rolling_hash_test.cpp
+ scope_guard_test.cpp
+ stl_add_test.cpp
+ stl_helpers_test.cpp
+ string_format_test.cpp
+ string_utils_test.cpp
+ sunrise_sunset_test.cpp
+ thread_pool_tests.cpp
+ threaded_list_test.cpp
+ threads_test.cpp
+ timegm_test.cpp
+ timer_test.cpp
+ worker_thread_test.cpp
)
omim_add_test(base_tests ${SRC})