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

search_integration_tests.pro « search_integration_tests « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b10e50c530c72e2f74ebb9842a99696d8baf36e (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
# Map library tests.

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

ROOT_DIR = ../..

DEPENDENCIES = search_tests_support generator_tests_support generator routing search storage \
               stats_client indexer platform editor geometry coding base tess2 protobuf \
               tomcrypt jansson succinct pugixml opening_hours

include($$ROOT_DIR/common.pri)

QT *= core

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

SOURCES += \
    ../../testing/testingmain.cpp \
    helpers.cpp \
    search_query_v2_test.cpp \
    smoke_test.cpp \
    generate_tests.cpp \

HEADERS += \
    helpers.hpp \