forked from organicmaps/organicmaps
[ugc] Added ugc_tests.pro
This commit is contained in:
parent
100cc82f2f
commit
94dff2d90e
2 changed files with 21 additions and 0 deletions
4
omim.pro
4
omim.pro
|
@ -276,5 +276,9 @@ SUBDIRS = 3party base coding geometry editor ugc indexer routing routing_common
|
|||
openlr_tests.subdir = openlr/openlr_tests
|
||||
openlr_tests.depends = $$SUBDIRS platform_tests_support
|
||||
SUBDIRS *= openlr_tests
|
||||
|
||||
ugc_tests.subdir = ugc/ugc_tests
|
||||
ugc_tests.depends = ugc indexer platform coding geometry base
|
||||
SUBDIRS *= ugc_tests
|
||||
} # !no-tests
|
||||
} # !gtool
|
||||
|
|
17
ugc/ugc_tests/ugc_tests.pro
Normal file
17
ugc/ugc_tests/ugc_tests.pro
Normal file
|
@ -0,0 +1,17 @@
|
|||
# UGC library tests.
|
||||
|
||||
TARGET = ugc_tests
|
||||
CONFIG += console warn_on
|
||||
CONFIG -= app_bundle
|
||||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = ugc indexer platform coding geometry base
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
QT *= core
|
||||
|
||||
SOURCES += \
|
||||
../../testing/testingmain.cpp \
|
||||
serdes_tests.cpp \
|
Loading…
Add table
Reference in a new issue