Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search_tests.pro « search_tests « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0b8b8538bd177b18ebdbf338dac1999131ef898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Map library tests.

TARGET = search_tests
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../..
DEPENDENCIES = search indexer platform editor geometry coding base protobuf jansson tomcrypt succinct pugixml

include($$ROOT_DIR/common.pri)

INCLUDEPATH += $$ROOT_DIR/3party/jansson/src

QT *= core

macx-*: LIBS *= "-framework IOKit"

SOURCES += \
    ../../testing/testingmain.cpp \
    algos_tests.cpp \
    house_detector_tests.cpp \
    house_numbers_matcher_test.cpp \
    interval_set_test.cpp \
    keyword_lang_matcher_test.cpp \
    keyword_matcher_test.cpp \
    latlon_match_test.cpp \
    locality_finder_test.cpp \
    locality_scorer_test.cpp \
    query_saver_tests.cpp \
    ranking_tests.cpp \
    string_intersection_test.cpp \
    string_match_test.cpp \

HEADERS += \
    match_cost_mock.hpp \