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:
authorTimofey <t.danshin@corp.mail.ru>2016-12-22 14:57:42 +0300
committerTimofey <t.danshin@corp.mail.ru>2017-01-13 00:10:11 +0300
commit767d95c6fa5213e8ff5f7037d207d36c7353b24c (patch)
tree3f30697297465bd80b415c218fcb96cf3edc9634 /indexer/CMakeLists.txt
parent36265a91bd097c7e5f8693e5ba1d305cb6dfd76b (diff)
Added indexer tests
Diffstat (limited to 'indexer/CMakeLists.txt')
-rw-r--r--indexer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/CMakeLists.txt b/indexer/CMakeLists.txt
index 0abc38bcfb..716fdf40bd 100644
--- a/indexer/CMakeLists.txt
+++ b/indexer/CMakeLists.txt
@@ -141,4 +141,4 @@ file(COPY ${OTHER_FILES} DESTINATION ${CMAKE_BINARY_DIR})
add_library(${PROJECT_NAME} ${SRC})
omim_add_test_subdirectory(indexer_tests_support)
-#omim_add_test_subdirectory(indexer_tests)
+omim_add_test_subdirectory(indexer_tests)