[ugc] Added ugc_tests.pro

This commit is contained in:
Yuri Gorshenin 2017-06-20 20:44:49 +03:00 committed by Yuri Gorshenin
parent 100cc82f2f
commit 94dff2d90e
2 changed files with 21 additions and 0 deletions

View file

@ -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

View 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 \